mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
11 lines
253 B
Java
Generated
11 lines
253 B
Java
Generated
// Generated automatically from javax.jdo.annotations.VersionStrategy for testing purposes
|
|
|
|
package javax.jdo.annotations;
|
|
|
|
|
|
public enum VersionStrategy
|
|
{
|
|
DATE_TIME, NONE, STATE_IMAGE, UNSPECIFIED, VERSION_NUMBER;
|
|
private VersionStrategy() {}
|
|
}
|