[jboss-user] [JBoss AOP] New message: "Re: Field annotation"
jaikiran pai
do-not-reply at jboss.com
Wed Feb 24 00:19:49 EST 2010
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
More information about the jboss-user
mailing list