Uses of Class
io.sundr.model.AnnotationRef
-
-
Uses of AnnotationRef in io.sundr.model
Methods in io.sundr.model that return types with arguments of type AnnotationRef Modifier and Type Method Description List<AnnotationRef>Annotatable. getAnnotations()List<AnnotationRef>Method. getAnnotations()List<AnnotationRef>Property. getAnnotations()List<AnnotationRef>TypeDef. getAnnotations()Constructor parameters in io.sundr.model with type arguments of type AnnotationRef Constructor Description Property(List<AnnotationRef> annotations, TypeRef typeRef, String name, List<String> comments, boolean enumConstant, boolean synthetic, Modifiers modifiers, Map<AttributeKey,Object> attributes)Deprecated.Property(List<AnnotationRef> annotations, TypeRef typeRef, String name, List<String> comments, Modifiers modifiers, Map<AttributeKey,Object> attributes)Deprecated.
-