See: Description
| Annotation Type | Description |
|---|---|
| CanExecute |
Use this annotation to tag methods that determine if this object's
Execute method
can be called. |
| Creatable |
Specifies that the target class can be created by an injector as needed.
|
| Execute |
Use this annotation to tag methods that need to be executed.
|
| GroupUpdates |
This annotation indicates that injection field or method supports
batching of updates.
|
| Optional |
This annotation can be applied to methods, fields, and parameters to
mark them as optional for the dependency injection.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.