Uses of Class
com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationParameter
Packages that use AnnotationParameter
-
Uses of AnnotationParameter in com.sap.cloud.sdk.datamodel.odata.generator.annotation
Methods in com.sap.cloud.sdk.datamodel.odata.generator.annotation that return types with arguments of type AnnotationParameterMethods in com.sap.cloud.sdk.datamodel.odata.generator.annotation with parameters of type AnnotationParameterModifier and TypeMethodDescriptionvoid
AnnotationDefinition.addAnnotationParameter
(AnnotationParameter parameter) Adds the provided annotation parameter to the set of parameters in this instance.Constructors in com.sap.cloud.sdk.datamodel.odata.generator.annotation with parameters of type AnnotationParameterModifierConstructorDescriptionAnnotationDefinition
(Class<? extends Annotation> annotationClass, AnnotationParameter... parameters) Create an annotation definition with the provided annotation parameters.