mirror of
https://github.com/google/nomulus
synced 2026-07-19 14:32:44 +00:00
Refer to Datastore everywhere correctly by its capitalized form
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=147479683
This commit is contained in:
@@ -22,7 +22,7 @@ import java.lang.annotation.Target;
|
||||
|
||||
/**
|
||||
* Annotation for an Objectify {@link Entity} to indicate that it should not be backed up by the
|
||||
* default datastore backup configuration (it may be backed up by something else).
|
||||
* default Datastore backup configuration (it may be backed up by something else).
|
||||
*/
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Target(ElementType.TYPE)
|
||||
|
||||
Reference in New Issue
Block a user