public final class GetAnnotationAttribute<T> extends Object implements PrivilegedAction<T>
Modifier and Type | Method and Description |
---|---|
static <T> GetAnnotationAttribute<T> |
action(Annotation annotation,
String attributeName,
Class<T> type) |
T |
run() |
public static <T> GetAnnotationAttribute<T> action(Annotation annotation, String attributeName, Class<T> type)
public T run()
run
in interface PrivilegedAction<T>
Copyright © 2019 JBoss by Red Hat. All rights reserved.