Class TaintingAnnotatedTypeFactory

    • Method Detail

      • getEnumConstructorQualifiers

        protected java.util.Set<javax.lang.model.element.AnnotationMirror> getEnumConstructorQualifiers()
        Description copied from class: AnnotatedTypeFactory
        Returns the annotations that should be applied to enum constructors. This implementation returns an empty set. Subclasses can override to return a different set.
        Overrides:
        getEnumConstructorQualifiers in class AnnotatedTypeFactory
        Returns:
        the annotations that should be applied to enum constructors