public class TaintingAnnotationConverter extends Object implements AnnotationConverter<Tainting>
| Constructor and Description |
|---|
TaintingAnnotationConverter() |
| Modifier and Type | Method and Description |
|---|---|
Tainting |
fromAnnotations(Collection<? extends AnnotationMirror> annos)
Performs type system-specific annotation parsing to produce a type
qualifier.
|
boolean |
isAnnotationSupported(AnnotationMirror anno)
Checks if an annotation is supported by the current type system.
|
public Tainting fromAnnotations(Collection<? extends AnnotationMirror> annos)
AnnotationConverterfromAnnotations in interface AnnotationConverter<Tainting>annos - the collection of type annotations to parsepublic boolean isAnnotationSupported(AnnotationMirror anno)
AnnotationConverterAnnotationMirror could affect the result of fromAnnotations.isAnnotationSupported in interface AnnotationConverter<Tainting>anno - the annotation to check