mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
11 lines
280 B
Java
Generated
11 lines
280 B
Java
Generated
// Generated automatically from javax.jdo.annotations.InheritanceStrategy for testing purposes
|
|
|
|
package javax.jdo.annotations;
|
|
|
|
|
|
public enum InheritanceStrategy
|
|
{
|
|
COMPLETE_TABLE, NEW_TABLE, SUBCLASS_TABLE, SUPERCLASS_TABLE, UNSPECIFIED;
|
|
private InheritanceStrategy() {}
|
|
}
|