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