Package com.google.auto.value


package com.google.auto.value
  • Annotation Types
    Class
    Description
    Annotation that causes an implementation of an annotation interface to be generated.
    Specifies that the annotated class is a one-of class, also known as a tagged union.
    Specifies that AutoValue should generate an implementation class for the annotated abstract class, implementing the standard Object methods like equals to have conventional value semantics.
    Specifies that AutoValue should generate an implementation of the annotated class or interface, to serve as a builder for the value-type class it is nested within.
    Specifies that AutoValue should copy any annotations from the annotated element to the generated class.