@Target(value=TYPE)
@Retention(value=RUNTIME)
@Inherited
@Documented
@Component
public @interface MessageEndpoint
Modifier and Type | Optional Element and 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.
|