Package org.apache.olingo.ext.proxy.api
Interface Annotatable
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AnnotatableInvocationHandler
,EntityInvocationHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAnnotation
(Class<? extends AbstractTerm> term, Object value) readAnnotation
(Class<? extends AbstractTerm> term) Collection<Class<? extends AbstractTerm>>
void
removeAnnotation
(Class<? extends AbstractTerm> term)
-
Method Details
-
addAnnotation
-
removeAnnotation
-
readAnnotation
-
readAnnotationTerms
Collection<Class<? extends AbstractTerm>> readAnnotationTerms()
-