Annotation Type SettingsPersistenceUtil.PersistentProperty


  • @Retention(RUNTIME)
    @Target(METHOD)
    public static @interface SettingsPersistenceUtil.PersistentProperty
    Tags the *getter* of a property as suitable for persistence. The property will be serialized and restored on startup, so it must have a setter.

    Properties setters and getters must respect JavaBeans conventions.