|
Annotation Types Summary |
| Contributor |
Annotates methods that contribute to a deployment plan. |
| Create |
Annotates a method on a Deployed that is called when Deployit wants to
create the Deployed in the middleware. |
| Destroy |
Annotates a method on a Deployed that is called when Deployit wants to
destroy the Deployed in the middleware. |
| Modify |
Annotates a method on a Deployed that is called when Deployit wants to
modify the Deployed in the middleware. |
| Noop |
Annotates a method on a Deployed that is called when Deployit wants to
noop the Deployed in the middleware. |
| PostPlanProcessor |
A PostProcessor for a Plan. |
| PrePlanProcessor |
A PreProcessor for a Plan. |