Uses of Class
org.inferred.freebuilder.processor.source.feature.Jsr305
-
Packages that use Jsr305 Package Description org.inferred.freebuilder.processor.source.feature -
-
Uses of Jsr305 in org.inferred.freebuilder.processor.source.feature
Fields in org.inferred.freebuilder.processor.source.feature with type parameters of type Jsr305 Modifier and Type Field Description static FeatureType<Jsr305>Jsr305. JSR305Constant to pass toSourceBuilder.feature(FeatureType)to get the current status ofJsr305.Methods in org.inferred.freebuilder.processor.source.feature that return Jsr305 Modifier and Type Method Description static Jsr305Jsr305. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Jsr305[]Jsr305. values()Returns an array containing the constants of this enum type, in the order they are declared.
-