Class APFieldInfo
java.lang.Object
org.openjdk.jmh.generators.annotations.APMetadataInfo
org.openjdk.jmh.generators.annotations.APFieldInfo
- All Implemented Interfaces:
FieldInfo, MetadataInfo
-
Field Summary
FieldsFields inherited from class APMetadataInfo
processEnv -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends Annotation>
TgetAnnotation(Class<T> annClass) getName()getType()booleanisFinal()booleanisPublic()booleanisStatic()toString()Methods inherited from class APMetadataInfo
getElement
-
Field Details
-
ve
-
-
Constructor Details
-
APFieldInfo
-
-
Method Details
-
getName
-
getType
-
isPublic
-
isStatic
-
isFinal
-
getAnnotation
- Specified by:
getAnnotationin interfaceFieldInfo- Type Parameters:
T- annotation type- Parameters:
annClass- annotation class- Returns:
- field-level annotation, if any; null otherwise
-
getDeclaringClass
- Specified by:
getDeclaringClassin interfaceFieldInfo- Returns:
- reference to syntactically-enclosing class
-
toString
-