|
Annotation Types Summary |
| Development |
This annotation can be used to specify that the annotated bean
should only be active in the JSF project stage ProjectStage.Development. |
| Production |
This annotation can be used to specify that the annotated bean
should only be active in the JSF project stage ProjectStage.Production. |
| SystemTest |
This annotation can be used to specify that the annotated bean
should only be active in the JSF project stage ProjectStage.SystemTest. |
| UnitTest |
This annotation can be used to specify that the annotated bean
should only be active in the JSF project stage ProjectStage.UnitTest. |