Uses of Class
me.qmx.jitescript.VisibleAnnotation
-
Packages that use VisibleAnnotation Package Description me.qmx.jitescript -
-
Uses of VisibleAnnotation in me.qmx.jitescript
Fields in me.qmx.jitescript with type parameters of type VisibleAnnotation Modifier and Type Field Description private java.util.List<VisibleAnnotation>CodeBlock. annotationsprivate java.util.List<VisibleAnnotation>FieldDefinition. annotationsprivate java.util.List<VisibleAnnotation>JiteClass. annotationsMethods in me.qmx.jitescript that return VisibleAnnotation Modifier and Type Method Description VisibleAnnotationCodeBlock. annotation(java.lang.Class<?> type)VisibleAnnotationVisibleAnnotation. annotationValue(java.lang.String name, java.lang.Class<?> type)VisibleAnnotationVisibleAnnotation. annotationValue(java.lang.String name, java.lang.String desc)VisibleAnnotationVisibleAnnotation. enumValue(java.lang.String name, java.lang.Enum<?> value)VisibleAnnotationVisibleAnnotation. enumValue(java.lang.String name, java.lang.String desc, java.lang.String value)VisibleAnnotationVisibleAnnotation. value(java.lang.String name, java.lang.Object value)Methods in me.qmx.jitescript that return types with arguments of type VisibleAnnotation Modifier and Type Method Description java.util.List<VisibleAnnotation>CodeBlock. getAnnotations()Methods in me.qmx.jitescript with parameters of type VisibleAnnotation Modifier and Type Method Description CodeBlockCodeBlock. addAnnotation(VisibleAnnotation annotation)FieldDefinitionFieldDefinition. addAnnotation(VisibleAnnotation annotation)voidJiteClass. addAnnotation(VisibleAnnotation annotation)
-