Package org.apache.openejb.jee
Class Beans.Scan
- java.lang.Object
-
- org.apache.openejb.jee.Beans.Scan
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBeans.Scan.Exclude
-
Field Summary
Fields Modifier and Type Field Description protected List<Beans.Scan.Exclude>exclude
-
Constructor Summary
Constructors Constructor Description Scan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Beans.Scan.Exclude>getExclude()
-
-
-
Field Detail
-
exclude
protected List<Beans.Scan.Exclude> exclude
-
-
Method Detail
-
getExclude
public List<Beans.Scan.Exclude> getExclude()
-
-