public class FieldAnnotation extends ScannedAnnotation
name, values
Constructor and Description |
---|
FieldAnnotation(String name,
Map<String,Object> values,
Field f)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Field |
getAnnotatedField()
Get the annotated field.
|
Object |
getAnnotatedFieldValue()
Get the initial value of the value if this is a static field.
|
String |
toString() |
getBooleanValue, getEnumValue, getIntegerValue, getLongValue, getName, getSimpleName, getStringValue, getValue, hasValue
public Field getAnnotatedField()
public Object getAnnotatedFieldValue() throws SCRDescriptorFailureException
SCRDescriptorFailureException
public String toString()
toString
in class ScannedAnnotation
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.