Annotation Type StaticField


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface StaticField
    Marks a static field that should be included for storage in the DB. Per default static fields are excluded. Except if they have this, or the Relationship annotation.
    Since:
    1.0
    Author:
    Oliver Krauss