Package overit.geocall.platform
Annotation Interface Platform.Resource
- Enclosing class:
Platform
-
Optional Element Summary
Optional Elements
-
Element Details
-
logging
boolean loggingdefines the logging status of the resource- Returns:
- the logging status:
trueif the request/response handled by the service will be logged;falseotherwise. the default value isfalse
- Default:
false
-
layer
String layerdefines the layer that the service belongs to. If the service class is defined under a package marked as anCustomLayer, the layer is automatically deduced and so this attribute is not necessary.However, if the value is made explicit, this takes precedence over automatic deduction.
- Returns:
- the layer that the service belongs to
- Default:
""
-