public static final class Reference.Any
extends java.lang.Object
Reference.value()
to indicate that a
reference injection point may accept any service type(s).
The injection point service type must be specified as Object
.
The value must be specified by itself.
For example:
@Inject @Reference(value = Any.class, target = "(bar=baz)") List<Object> services;
Constructor and Description |
---|
Any() |
Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0