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 © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved