public class Annotations extends Object
Constructor and Description |
---|
Annotations() |
Modifier and Type | Method and Description |
---|---|
static <T extends Annotation> |
extractClassAnnotation(Class<?> type,
Class<T> annotationClass) |
static <T extends Annotation> |
extractFieldAnnotation(Field field,
Class<T> annotationClass) |
public Annotations()
public static <T extends Annotation> com.google.common.base.Optional<T> extractClassAnnotation(Class<?> type, Class<T> annotationClass)
public static <T extends Annotation> com.google.common.base.Optional<T> extractFieldAnnotation(Field field, Class<T> annotationClass)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.