net.sf.gilead.annotations
Annotation Type ServerOnly


@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface ServerOnly

Annotation for "ServerOnly" properties. Relevant value is not sent to the client side and replaced by null. Is is replaced by the original value during the 'merge' phase

Author:
bruno.marchesson