public final class GetAnnotationParameter<T> extends Object implements PrivilegedAction<T>
| Modifier and Type | Method and Description |
|---|---|
static <T> GetAnnotationParameter<T> |
action(Annotation annotation,
String parameterName,
Class<T> type) |
T |
run() |
public static <T> GetAnnotationParameter<T> action(Annotation annotation, String parameterName, Class<T> type)
public T run()
run in interface PrivilegedAction<T>Copyright © 2012 JBoss by Red Hat. All Rights Reserved.