Uses of Class
com.github.tadukoo.parsing.code.java.JavaAnnotation
-
Uses of JavaAnnotation in com.github.tadukoo.parsing.code.java
Fields in com.github.tadukoo.parsing.code.java with type parameters of type JavaAnnotationModifier and TypeFieldDescriptionprivate final List<JavaAnnotation>JavaClass.annotationsTheannotationson the classprivate List<JavaAnnotation>JavaClass.JavaClassBuilder.annotationsTheannotationson the classprivate final List<JavaAnnotation>JavaField.annotationsTheannotationson the fieldprivate List<JavaAnnotation>JavaField.JavaFieldBuilder.annotationsTheannotationson the fieldprivate final List<JavaAnnotation>JavaMethod.annotationsTheannotationson the methodprivate List<JavaAnnotation>JavaMethod.JavaMethodBuilder.annotationsTheannotationson the methodMethods in com.github.tadukoo.parsing.code.java that return JavaAnnotationModifier and TypeMethodDescriptionJavaAnnotation.JavaAnnotationBuilder.build()Checks for any errors in the current parameters, then builds a newJavaAnnotationMethods in com.github.tadukoo.parsing.code.java that return types with arguments of type JavaAnnotationModifier and TypeMethodDescriptionJavaClass.getAnnotations()JavaField.getAnnotations()JavaMethod.getAnnotations()Methods in com.github.tadukoo.parsing.code.java with parameters of type JavaAnnotationModifier and TypeMethodDescriptionJavaClass.JavaClassBuilder.annotation(JavaAnnotation annotation) JavaField.JavaFieldBuilder.annotation(JavaAnnotation annotation) JavaMethod.JavaMethodBuilder.annotation(JavaAnnotation annotation) Method parameters in com.github.tadukoo.parsing.code.java with type arguments of type JavaAnnotationModifier and TypeMethodDescriptionJavaClass.JavaClassBuilder.annotations(List<JavaAnnotation> annotations) JavaField.JavaFieldBuilder.annotations(List<JavaAnnotation> annotations) JavaMethod.JavaMethodBuilder.annotations(List<JavaAnnotation> annotations) Constructor parameters in com.github.tadukoo.parsing.code.java with type arguments of type JavaAnnotationModifierConstructorDescriptionprivateJavaField(List<JavaAnnotation> annotations, Visibility visibility, boolean isFinal, String type, String name, String value) Constructs a Java Field with the given parametersprivateJavaMethod(List<JavaAnnotation> annotations, Visibility visibility, String returnType, String name, List<com.github.tadukoo.util.tuple.Pair<String, String>> parameters, List<String> throwTypes, List<String> lines) Constructs a new Java Method with the given parameters