User development,
A new message was posted in the thread "Field annotation":
http://community.jboss.org/message/528089#528089
Author : jaikiran pai
Profile :
http://community.jboss.org/people/jaikiran
Message:
--------------------------------------------------------------
mksong wrote:
@Target({ElementType.FIELD})
public @interface SecurityFieldAnnotation {
}
Mark the annotation to have a RUNTIME Retenetion:
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD})
public @interface SecurityFieldAnnotation {
}
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/528089#528089