@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface Delete
The method must have only one parameter. This parameter is for the entity that is going to be deleted.
This annotation should only be used on classes that
are annotated with the Dao annotation.
public abstract String name
public abstract boolean isDefault
Delete annotation is
present then that method is automatically the default method.Copyright © 2020. All rights reserved.