scala.annotation

target

package target

Visibility

  1. Public
  2. All

Type Members

  1. class beanGetter extends Annotation with StaticAnnotation

    For every field of a class, the Scala compiler generates up to four synthetic accessors: getter, setter, bean getter and bean setter .

  2. class beanSetter extends Annotation with StaticAnnotation

    For every field of a class, the Scala compiler generates up to four synthetic accessors: getter, setter, bean getter and bean setter .

  3. class field extends Annotation with StaticAnnotation

    For every field of a class, the Scala compiler generates up to four synthetic accessors: getter, setter, bean getter and bean setter .

  4. class getter extends Annotation with StaticAnnotation

    For every field of a class, the Scala compiler generates up to four synthetic accessors: getter, setter, bean getter and bean setter .

  5. class param extends Annotation with StaticAnnotation

    For every field of a class, the Scala compiler generates up to four synthetic accessors: getter, setter, bean getter and bean setter .

  6. class setter extends Annotation with StaticAnnotation

    For every field of a class, the Scala compiler generates up to four synthetic accessors: getter, setter, bean getter and bean setter .