@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface Update
The method must have only one parameter. This parameter is for the entity that is going to be updated.
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.