Annotation Type | Description |
---|---|
CatalogedBy |
Represents a class that is intended to represent a type of enum, without
using
Enum . |
NonnullByDefault | |
TransformResult |
Used to indicate that the return type of a method should be transformed by
calling a method on it, indicated by the
TransformWith annotation. |
TransformWith |
Used to indicate a method that will be called from the method with the
corresponding
TransformResult annotation. |