Annotation Type ReceiveUnfilteredConfiguration
@Retention(RUNTIME)
@Target(TYPE)
@Inherited
public @interface ReceiveUnfilteredConfiguration
Using this annotation, controllers can request to receive an unfiltered configuration instance.
By default, controllers receive only the configuration parameters starting with their class
name.
- Since:
- 1.13