mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
11 lines
242 B
Java
Generated
11 lines
242 B
Java
Generated
// Generated automatically from javax.jdo.annotations.SequenceStrategy for testing purposes
|
|
|
|
package javax.jdo.annotations;
|
|
|
|
|
|
public enum SequenceStrategy
|
|
{
|
|
CONTIGUOUS, NONCONTIGUOUS, NONTRANSACTIONAL;
|
|
private SequenceStrategy() {}
|
|
}
|