Uses of Class
org.immutables.annotate.InjectAnnotation.Where
-
Packages that use InjectAnnotation.Where Package Description org.immutables.annotate -
-
Uses of InjectAnnotation.Where in org.immutables.annotate
Methods in org.immutables.annotate that return InjectAnnotation.Where Modifier and Type Method Description InjectAnnotation.Where[]target()The places where to put generated annotation.static InjectAnnotation.WhereInjectAnnotation.Where. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static InjectAnnotation.Where[]InjectAnnotation.Where. values()Returns an array containing the constants of this enum type, in the order they are declared.
-