@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @RestController @ExtensionPoint public @interface ApiController
An annotation that is itself annotated with RestController.
Types that carry this annotation are treated as API controllers
which are exposed on the public API context path of the platform.
@AliasFor(value="value",
annotation=org.springframework.web.bind.annotation.RestController.class)
public abstract String value
Alias for the RestController.value() field.
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.