Class JavaAnnotationProcessorRuleComposer

    • Method Detail

      • compose

        public static java.util.List<Rule> compose​(java.util.Collection<Scope> scopeList)
        Uses the annotation processors scope list to generate the java_annotation_processor rules. It sorts them based on the the annotation processor's UID.
        Parameters:
        scopeList - List of annotation processor scopes.
        Returns:
        A list containing java_annotation_processor rules.