public final class GetAnnotationAttribute<T>
extends java.lang.Object
implements java.security.PrivilegedAction<T>
Modifier and Type | Method and Description |
---|---|
static <T> GetAnnotationAttribute<T> |
action(java.lang.annotation.Annotation annotation,
java.lang.String attributeName,
java.lang.Class<T> type) |
T |
run() |
public static <T> GetAnnotationAttribute<T> action(java.lang.annotation.Annotation annotation, java.lang.String attributeName, java.lang.Class<T> type)
Copyright © 2007-2022 Red Hat, Inc. All Rights Reserved