Annotation Type EnabledByDefault


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface EnabledByDefault
    Allows to specify that the annotated feature should be enabled by default if the StateRepository doesn't have any state saved.
    Author:
    Christian Kaltepoth