Package org.anchoranalysis.bean
package org.anchoranalysis.bean
Defining, loading, initializing Anchor Beans.
In contrast to convention, unlike other packages whose namespace includes .bean., not all public-classes in this package are anchor-beans.
-
ClassDescriptionAnchorBean<F>The base class of all beans used in Anchor.Maps a
AnchorBean
family-type to a bean that belongs to the family.Utilities to access aField
of anAnchorBean
.Objects that must implement well-definedequals()
andhashCode()
methods and also generate a name uniquely identifying the class and all parameterization.NamedBean<T extends AnchorBean<?>>A bean with an associated textual name.A base class for beans that require initialization but the initializations needs no parameters.Provider<T>A class (usually anAnchorBean
) that creates or otherwise supplies another object.