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