Package org.openiam.internationalization
Annotation Type LocalizedServiceGet
-
@Target(METHOD) @Retention(RUNTIME) public @interface LocalizedServiceGet
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
localize
This is a SpEL (https://docs.spring.io/spring-integration/reference/html/spel.html) expression that should evaluate to true/false If true, localization should occur If false, localization should be skipped
-
-
-
Element Detail
-
localize
String localize
This is a SpEL (https://docs.spring.io/spring-integration/reference/html/spel.html) expression that should evaluate to true/false If true, localization should occur If false, localization should be skipped- Returns:
- Default:
- ""
-
-