Annotation Type ReadOnly


  • @Qualifier
    @Documented
    @Retention(RUNTIME)
    @Target(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