Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hasCacheableAnnotation (0.21 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/action/DefaultConfigurableRule.java

            this.rule = rule;
            this.ruleParams = ruleParams;
            this.cacheable = hasCacheableAnnotation(rule);
        }
    
        private static <DETAILS> boolean hasCacheableAnnotation(Class<? extends Action<DETAILS>> rule) {
            return JavaPropertyReflectionUtil.getAnnotation(rule, CacheableRule.class) != null;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 22 21:39:35 UTC 2019
    - 3.5K bytes
    - Viewed (0)
Back to top