@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface MessageName
This annotation can be used to give a name to a message interface. That name is used
to make declarative references to the annotated message interface.
- Author:
- Thiago da Rosa de Bustamante