Package org.exoplatform.deprecation
Annotation Type DeprecatedAPI
-
@Retention(RUNTIME) @Target(METHOD) public @interface DeprecatedAPI
An annotation that could be used on Methods to enable logging about usage of deprecated API or REST endpoints. This logging will be enabled only on DEVELOPMENT MODE!
-
-
Element Detail
-
value
String value
- Returns:
- Message to log in console
-
-