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 BeanEditContext
public <T extends Annotation> T getAnnotation(Class<T> type)
AnnotationProvider
getAnnotation
in interface AnnotationProvider
type
- used to select the annotation to return${project.version} - Copyright © 2003-2015 The Apache Software Foundation.