Uses of Class
com.google.auto.common.BasicAnnotationProcessor.ElementName.Kind
-
Packages that use BasicAnnotationProcessor.ElementName.Kind Package Description com.google.auto.common -
-
Uses of BasicAnnotationProcessor.ElementName.Kind in com.google.auto.common
Fields in com.google.auto.common declared as BasicAnnotationProcessor.ElementName.Kind Modifier and Type Field Description private BasicAnnotationProcessor.ElementName.Kind
BasicAnnotationProcessor.ElementName. kind
Methods in com.google.auto.common that return BasicAnnotationProcessor.ElementName.Kind Modifier and Type Method Description static BasicAnnotationProcessor.ElementName.Kind
BasicAnnotationProcessor.ElementName.Kind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BasicAnnotationProcessor.ElementName.Kind[]
BasicAnnotationProcessor.ElementName.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.google.auto.common with parameters of type BasicAnnotationProcessor.ElementName.Kind Constructor Description ElementName(BasicAnnotationProcessor.ElementName.Kind kind, javax.lang.model.element.Name name)
-