public class BeanEditContextImpl extends java.lang.Object implements BeanEditContext
| Constructor and Description |
|---|
BeanEditContextImpl(java.lang.Class<?> beanClass) |
| Modifier and Type | Method and Description |
|---|---|
<T extends java.lang.annotation.Annotation> |
getAnnotation(java.lang.Class<T> type)
Searches for the specified annotation, returning the matching annotation instance.
|
java.lang.Class<?> |
getBeanClass() |
public BeanEditContextImpl(java.lang.Class<?> beanClass)
public java.lang.Class<?> getBeanClass()
getBeanClass in interface BeanEditContextpublic <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> type)
AnnotationProvidergetAnnotation in interface AnnotationProvidertype - used to select the annotation to return${project.version} - Copyright © 2003-2015 The Apache Software Foundation.