@Retention(value=RUNTIME) @Target(value=TYPE) public @interface BindContentProviderPath
Used to generate a content provider path for annotated data source. This annotation can be used only on a DAO definition.
public abstract String path
public abstract String typeName
Copyright © 2018. All rights reserved.