Package org.bzdev.obnaming.annotations


package org.bzdev.obnaming.annotations
Package to provide annotations for named object factories and their parameters, and for creating new types of object namers and named objects. Please see NamedObjectFactory<F extends NamedObjectFactory<F,NMR,NMD,OBJ>,NMR extends ObjectNamerOps<NMD>,NMD extends NamedObjectOps,OBJ extends NMD> for examples of how to code named-object factories that use these annotations. Examples for specific annotations are provided with the documentation in this package for that annotation.