Annotation Interface ConfigurationOptions


@Documented @Retention(RUNTIME) @Target(TYPE) @API(status=STABLE, since="1.0") public @interface ConfigurationOptions
Sets the configuration preferences for the Configurable class.
Since:
0.1
Version:
2.0, 2019-07
Author:
(w) Iker Hernaez
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Sets if the class properties that implement Configurable should be configured automatically.
    boolean
    Sets if the class properties should be configured automatically.
  • Element Details

    • configureProperties

      boolean configureProperties
      Sets if the class properties should be configured automatically.
      Returns:
      true if the class properties should be configured automatically.
      Default:
      true
    • configureNestedBeans

      boolean configureNestedBeans
      Sets if the class properties that implement Configurable should be configured automatically.
      Returns:
      true if the class properties that implement Configurable should be configured automatically.
      Default:
      false