public static class CdsAnnotatableImpl.CdsAnnotationImpl<T> extends Object implements CdsAnnotation<T>
Modifier and Type | Method and Description |
---|---|
static <T> CdsAnnotation<T> |
annotation(String name,
T value) |
String |
getName() |
T |
getValue() |
public static <T> CdsAnnotation<T> annotation(String name, T value)
public String getName()
getName
in interface CdsAnnotation<T>
public T getValue()
getValue
in interface CdsAnnotation<T>
Copyright © 2021 SAP. All rights reserved.