Uses of Class
org.inferred.freebuilder.processor.source.SourceParser.AnnotationState
-
Packages that use SourceParser.AnnotationState Package Description org.inferred.freebuilder.processor.source -
-
Uses of SourceParser.AnnotationState in org.inferred.freebuilder.processor.source
Methods in org.inferred.freebuilder.processor.source that return SourceParser.AnnotationState Modifier and Type Method Description static SourceParser.AnnotationStateSourceParser.AnnotationState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SourceParser.AnnotationState[]SourceParser.AnnotationState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-