Package jodd.petite

Petite container.

See:
          Description

Class Summary
BeanDefinition Petite bean definition, for internal use only.
CtorInjectionPoint Holder for constructor injection points.
InitMethodPoint Init method point.
InjectionPointFactory Factory for injection points.
MethodInjectionPoint Method injection points.
PetiteBeans Base layer of Petite Container.
PetiteConfig Petite configuration.
PetiteContainer Petite IOC container.
PetiteRegistry Petite container layer provides various methods for registering beans.
PetiteResolvers Simply holds all resolvers instances.
PetiteUtil Few Petite utilities, used internally.
PropertyInjectionPoint Property injection point.
ScopedProxyAdvice Scoped proxy advice.
ScopedProxyManager Manager for mixing scopes.
SetInjectionPoint<T> Set injection point.
 

Enum Summary
PetiteReference Petite injection references.
WiringMode Different wiring modes.
 

Exception Summary
PetiteException Petite exception.
 

Package jodd.petite Description

Petite container. Simple, small, fast.