Package | Description |
---|---|
org.eiichiro.jaguar |
Jaguar - Component Jam
|
org.eiichiro.jaguar.scope |
Component scope and context.
|
org.eiichiro.jaguar.validation |
Component validation.
|
Class and Description |
---|
Context
Scoped component store.
|
Singleton
@Singleton -annotated component is sustained in singleton
(per-ClassLoader ) scope. |
Class and Description |
---|
Context
Scoped component store.
|
Scope
@Scope is a meta annotation to represent component scope qualifier. |
Singleton
@Singleton -annotated component is sustained in singleton
(per-ClassLoader ) scope. |
SingletonContext |
ThreadContext |
WebContext
Web context (e.g.
|
Class and Description |
---|
Singleton
@Singleton -annotated component is sustained in singleton
(per-ClassLoader ) scope. |
Copyright © 2011-2014 Eiichiro Uchiumi. All Rights Reserved.