public interface BeanPropertyAnnotation extends BeanProperty
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> annotation) |
String |
getBeanName() |
EnumerationType |
getEnumProperty() |
FetchType |
getFetchType() |
ScopeType |
getScope() |
String |
getTemporalProperty() |
Type |
getTypeInstance() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotation) |
canGet, canSet, get, getDeclaredGenericType, getDeclaredType, getField, getGenericType, getGet, getName, getSet, getType, set, setField, setGet, setName, setSet<T extends Annotation> T getAnnotation(Class<T> annotation)
boolean isAnnotationPresent(Class<? extends Annotation> annotation)
Type getTypeInstance()
FetchType getFetchType()
String getTemporalProperty()
EnumerationType getEnumProperty()
String getBeanName()
ScopeType getScope()
Copyright © 2026 Brandao. All rights reserved.