Package | Description |
---|---|
com.sap.cds.reflect |
Modifier and Type | Method and Description |
---|---|
Stream<CdsAnnotation<?>> |
CdsAnnotatable.annotations()
|
Stream<CdsAnnotation<?>> |
CdsModel.annotations(String namespace)
Returns a sequential
Stream over all CdsAnnotation(s) for the given namespace. |
<T> Optional<CdsAnnotation<T>> |
CdsAnnotatable.findAnnotation(String name)
Returns an
Optional wrapping a CdsAnnotation . |
Copyright © 2020 SAP. All rights reserved.