Added Methods |
Class[] getAliasedClassArray(String, Class<Annotation>, Object)
|
Get the value stored under the specified {@code attributeName} as an
array of classes, taking into account alias semantics defined via
@AliasFor. |
String getAliasedString(String, Class<Annotation>, Object)
|
Get the value stored under the specified {@code attributeName} as a
string, taking into account alias semantics defined via
@AliasFor. |
String[] getAliasedStringArray(String, Class<Annotation>, Object)
|
Get the value stored under the specified {@code attributeName} as an
array of strings, taking into account alias semantics defined via
@AliasFor. |
Annotation getAnnotation(String, Class<A>)
|
Get the annotation of type {@code annotationType} stored under the
specified {@code attributeName}. |
A[] getAnnotationArray(String, Class<A>)
|
Get the array of type {@code annotationType} stored under the specified
{@code attributeName}. |