Package com.github.tadukoo.parsing.code.java
package com.github.tadukoo.parsing.code.java
-
ClassDescriptionRepresents an Annotation in Java.Java Annotation Builder is used to build a new
JavaAnnotation
.Java Class is used to represent a class in Java.Java Class Builder is used to create aJavaClass
.Java Field represents a field in aJava class
Java Field Builder is a builder to create aJavaField
.Java Method represents a method in a Java class or interface, etc.Java Method Builder is used to build a newJavaMethod
.Visibility represents the visibility of a given Java class, method, etc.