@Target(value={TYPE,CONSTRUCTOR,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface EasyBeanTransient
Any class, constructor, method of field that uses this annotation will not be exposed. This annotation cannot be used
in conjunction with any other EasyBean annotation.