org.cruxframework.crux.core.client.i18n
Annotation Type MessageName


@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

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2014. All rights reserved.