@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface Flush
This annotation should only be used on classes that
are annotated with the Dao annotation.
public abstract String name
public abstract boolean isDefault
Flush annotation is
present then that method is automatically the default method.Copyright © 2020. All rights reserved.