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