Uses of Class
org.torproject.metrics.collector.conf.Annotation
-
Packages that use Annotation Package Description org.torproject.metrics.collector.conf -
-
Uses of Annotation in org.torproject.metrics.collector.conf
Methods in org.torproject.metrics.collector.conf that return Annotation Modifier and Type Method Description static Annotation
Annotation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Annotation[]
Annotation. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-