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
- Author:
- Ignacio Coloma
|
Required Element Summary |
java.lang.String[] |
value
the list of events where to apply the caching method, empty for all. |
value
public abstract java.lang.String[] value
- the list of events where to apply the caching method, empty for all. Accepts wildcards.
The Loom Framework 1.6-SNAPSHOT.
Licensed under the Apache License, Version 2.0 by Extrema Sistemas de Informacion S.L.