@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface RemoveMethod
Item.remove(de.hybris.platform.jalo.SessionContext) method so no other method has to
me marked.
Nevertheless if business logic requires to have a different removal method it should be marked with this annotation to allow event listening upon.
The annotation must contain the item type code which the removal method belongs to:
@RemoveAction("MyType")
public void thrash()
{
// ...
}
public abstract String value
Copyright © 2017 SAP SE. All Rights Reserved.