T
- the value typepublic final class InjectedSetValue<T> extends java.lang.Object implements Value<java.util.Set<T>>
Set
value that can have entries injected into it. The underlying set is an instance of LinkedHashSet
, so
iteration order will be consistent.
The injector()
method is used to get an injector that can inject into the set.public java.util.Set<T> getValue() throws java.lang.IllegalStateException
Copyright © 2012 JBoss, a division of Red Hat, Inc.