| Interface | Description |
|---|---|
| NoInstancesFilter |
Matches service classes that do not provide instances of themselves through
automatic invocation of a constructor.
|
| Class | Description |
|---|---|
| NoInstancesFilter.DefaultFilter |
Matches abstract classes and classes with no public constructors.
|
| ProvidesListener |
Enables the
Provides annotation. |
| Enum | Description |
|---|---|
| Provides.DisposalHandledBy |
Specifies who is responsible for the disposal of instances of a service.
|
| Annotation Type | Description |
|---|---|
| Provides |
An annotation indicating that a method or field is the provider of a service.
|
Copyright © 2009–2022 Oracle Corporation. All rights reserved.