Class TaintingAnnotatedTypeFactory

All Implemented Interfaces:
AnnotationProvider

public class TaintingAnnotatedTypeFactory extends BaseAnnotatedTypeFactory
Annotated type factory for the Tainting Checker.
  • Constructor Details

  • Method Details

    • getEnumConstructorQualifiers

      protected Set<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