Annotation Type WithFeature

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String[] value
      The features to enable
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean disable
      disable the features instead of enabling them
      Class<? extends org.togglz.core.Feature> type
      Deprecated.
      Removed without replacement
    • Element Detail

      • value

        String[] value
        The features to enable
      • type

        @Deprecated
        Class<? extends org.togglz.core.Feature> type
        Deprecated.
        Removed without replacement
        Default:
        org.togglz.core.Feature.class
      • disable

        boolean disable
        disable the features instead of enabling them
        Default:
        false