| org.apache.tapestry.annotations.Environmental
Environmental | public @interface Environmental(Code) | | Defines a field that is replaced at runtime with a read-only value obtained from the
Environment service.
|
Field Summary | |
boolean | value The value determines if the environmental service to be injected is required or not. |
value | boolean value(Code) | | The value determines if the environmental service to be injected is required or not. In most
cases, it is, so the default is true.
|
|
|