Package com.google.auto.value
Annotation Type AutoValue
-
@Retention(CLASS) @Target(TYPE) public @interface AutoValue
Specifies that AutoValue should generate an implementation class for the annotated abstract class, implementing the standardObjectmethods likeequalsto have conventional value semantics. A simple example:{@code- Author:
- Éamonn McManus, Kevin Bourrillion
- See Also:
- AutoValue User's Guide