@Target(TYPE)
@Retention(RUNTIME)
@Documented
@RestController
public @interface AnonymousConversationRestController
- Author:
- Filip Hrisafov
-
Optional Element Summary
Optional Elements
Modifier and Type |
Optional Element |
Description |
java.lang.String |
value |
The value may indicate a suggestion for a logical component name,
to be turned into a Spring bean in case of an autodetected component.
|
-
Element Details
-
@AliasFor(annotation=org.springframework.stereotype.Controller.class)
java.lang.String value
The value may indicate a suggestion for a logical component name,
to be turned into a Spring bean in case of an autodetected component.
- Returns:
- the suggested component name, if any (or empty String otherwise)
- Since:
- 4.0.1
- Default:
- ""