JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
org.apache.polygene.api.service.qualifier
Annotation Type Available
@Retention
(
value
=
RUNTIME
) public @interface
Available
Filter services based on whether they are available or not. At an injection point you can do this:
@Service @Available MyService service;
to get only a service that is currently available.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required |
Optional
Detail:
Field |
Element