@Documented @Target(value=TYPE) @Retention(value=RUNTIME) @Indexed public @interface Document
Modifier and Type | Optional Element and Description |
---|---|
String |
collectionName
The collection name of the Document in Firestore, which can differ from the name of the
class which it annotates.
|
public abstract String collectionName
Copyright © 2021. All rights reserved.