Annotation Interface LayerField


@Documented @Target(FIELD) @Retention(SOURCE) public @interface LayerField
The annotation for ElementType FIELD
Author:
Dr. Gerd Kock
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    If isIndex==true and if the field item is of type int[], then the corresponding field layers are automatically initialized with the correct indices.
  • Element Details

    • isIndex

      boolean isIndex
      If isIndex==true and if the field item is of type int[], then the corresponding field layers are automatically initialized with the correct indices.
      Default:
      false