Package com.sap.cds.reflect.impl
Class CdsAnnotatableImpl
java.lang.Object
com.sap.cds.reflect.impl.CdsAnnotatableImpl
- All Implemented Interfaces:
CdsAnnotatable
- Direct Known Subclasses:
CdsDefinitionImpl
,CdsEnumeralImpl
-
Nested Class Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
CdsAnnotatableImpl
(Collection<CdsAnnotation<?>> annos, String doc) -
Method Summary
Modifier and TypeMethodDescriptionStream<CdsAnnotation<?>>
<T> Optional<CdsAnnotation<T>>
findAnnotation
(String name) getDoc()
static String
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.sap.cds.reflect.CdsAnnotatable
getAnnotationValue
-
Constructor Details
-
CdsAnnotatableImpl
-
-
Method Details
-
annotations
- Specified by:
annotations
in interfaceCdsAnnotatable
-
findAnnotation
- Specified by:
findAnnotation
in interfaceCdsAnnotatable
-
removeAt
-
getDoc
- Specified by:
getDoc
in interfaceCdsAnnotatable
-