org.jboss.cache.config
Annotation Type Dynamic


@Retention(value=RUNTIME)
@Documented
@Target(value=FIELD)
public @interface Dynamic

Annotation that marks fields in Configuration as being modifiable even after the cache has started.

Since:
2.0.0
Author:
Manik Surtani