public static interface AnnotationValueFilter.Factory
| Modifier and Type | Method and Description |
|---|---|
AnnotationValueFilter |
on(FieldDescription fieldDescription)
Creates an annotation value filter for writing annotations on a field.
|
AnnotationValueFilter |
on(MethodDescription methodDescription)
Creates an annotation value filter for writing annotations on a method.
|
AnnotationValueFilter |
on(TypeDescription instrumentedType)
Creates an annotation value filter for writing annotations on an instrumented type.
|
AnnotationValueFilter on(TypeDescription instrumentedType)
instrumentedType - The instrumented type onto which the annotations are written.AnnotationValueFilter on(FieldDescription fieldDescription)
fieldDescription - The field onto which the annotations are written.AnnotationValueFilter on(MethodDescription methodDescription)
methodDescription - The method onto which the annotations are written.Copyright © 2014–2016. All rights reserved.