|
Class Summary |
| PackageBean |
This class is designed to test the default access jvm problem workaround. |
| PrivateBean |
Bean that has a private constructor that exposes properties via
various mechanisms (based on property name):
foo - Via direct public method
bar - Via directly implemented interface
baz - Via indirectly implemented interface
|
| PrivateBeanFactory |
Factory class for PrivateBean instances. |
| PrivateBeanSubclass |
Bean that exposes methods defined by an interface that is implemented
in the superclass. |
| PublicSubBean |
This class is designed to test the default access jvm problem workaround. |