@Qualifier
@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ReadOnly
An attribute not intended to be updated/set by the client should be marked read only to indicate that any value
passed to the server by the client will be ignored
- Author:
- jdlee