org.loom.annotation
Annotation Type BrowserMessages


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface BrowserMessages

Used on classes that require some message keys in the browser. When registered using Spring, these keys will be automatically added to MessagesRepositoryFactory


Required Element Summary
 java.lang.String[] value
          the list of events where to apply the caching method, empty for all.
 

Element Detail

value

public abstract java.lang.String[] value
the list of events where to apply the caching method, empty for all. Accepts wildcards.