org.jboss.test.aop.bean
Class AnnotatedSecuredPOJO

java.lang.Object
  extended byorg.jboss.test.aop.bean.AnnotatedSecuredPOJO

public class AnnotatedSecuredPOJO
extends java.lang.Object


Field Summary
 java.lang.String excludedField
           
 int someField
           
 long uncheckedField
           
 
Constructor Summary
AnnotatedSecuredPOJO()
           
AnnotatedSecuredPOJO(int field)
           
AnnotatedSecuredPOJO(java.lang.String field)
           
 
Method Summary
 void excluded()
           
 void someMethod()
           
 void unchecked()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

someField

public int someField

excludedField

public java.lang.String excludedField

uncheckedField

public long uncheckedField
Constructor Detail

AnnotatedSecuredPOJO

public AnnotatedSecuredPOJO()

AnnotatedSecuredPOJO

public AnnotatedSecuredPOJO(int field)

AnnotatedSecuredPOJO

public AnnotatedSecuredPOJO(java.lang.String field)
Method Detail

unchecked

public void unchecked()

someMethod

public void someMethod()

excluded

public void excluded()