@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Configuration @ExtensionPoint public @interface ApiControllerConfiguration
An annotation that is itself annotated with Configuration.
Types that carry this annotation are treated as API configurations
which are loaded into the public API dispatcher servlet context.
@AliasFor(value="value",
annotation=org.springframework.context.annotation.Configuration.class)
public abstract String value
Alias for the Configuration.value() field.
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.