Annotation Type MessageId


  • @Documented
    @Retention(RUNTIME)
    @Target(PARAMETER)
    @Bindable
    public @interface MessageId
    An annotation used to indicate that a parameter on a method should be bound to the message id.
    Since:
    2.0.0
    Author:
    Vinicius Carvalho