Annotation Interface HybrisDeprecation
@Deprecated(since="2005",
forRemoval=true)
@Retention(RUNTIME)
@Target({CONSTRUCTOR,FIELD,LOCAL_VARIABLE,METHOD,PACKAGE,PARAMETER,TYPE})
public @interface HybrisDeprecation
Deprecated, for removal: This API element is subject to removal in a future version.
since 2005, please use @Deprecated annotation instead.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
-
Element Details
-
sinceVersion
String sinceVersionDeprecated, for removal: This API element is subject to removal in a future version.
-