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