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