See: Description

| Class | Description |
|---|---|
| GlobalSelector<T> |
A selector which always returns one global instance.
|
| Selector<T> |
A selector for an object which is obtainable via static context.
|
| Selector.Getter<T> |
An efficient, unchecked getter for a selector for a given class.
|
| SelectorPermission |
Permission to access a specific selector.
|
| ThreadLocalSelector<T> |
A thread local selector implementation.
|
GlobalSelector
and ThreadLocalSelector. Custom implementations can be created by extending
the Selector base class.Copyright © 2015 JBoss, a division of Red Hat, Inc.