|
GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
|
Library compatibility type. More...
Public Attributes | |
| BACKWARD_COMPATIBLE_IMPLEMENTER | |
| No (public) changes. More... | |
| BACKWARD_COMPATIBLE_SOURCE | |
| Only added and deprecated changes, i.e. More... | |
| BACKWARD_COMPATIBLE_BINARY | |
| Contains binary compatible changes, but may not be fully source compatible and may contain changed values of fields. More... | |
| NON_BACKWARD_COMPATIBLE | |
| Contains non binary compatible changes. More... | |
Library compatibility type.
From most compatible to less compatible.
Definition at line 57 of file VersionSemanticsUtil.java.
| com.jogamp.junit.util.VersionSemanticsUtil.CompatibilityType.BACKWARD_COMPATIBLE_BINARY |
Contains binary compatible changes, but may not be fully source compatible and may contain changed values of fields.
Definition at line 75 of file VersionSemanticsUtil.java.
| com.jogamp.junit.util.VersionSemanticsUtil.CompatibilityType.BACKWARD_COMPATIBLE_IMPLEMENTER |
No (public) changes.
Definition at line 62 of file VersionSemanticsUtil.java.
| com.jogamp.junit.util.VersionSemanticsUtil.CompatibilityType.BACKWARD_COMPATIBLE_SOURCE |
Only added and deprecated changes, i.e.
source compatible changes.
Definition at line 68 of file VersionSemanticsUtil.java.
| com.jogamp.junit.util.VersionSemanticsUtil.CompatibilityType.NON_BACKWARD_COMPATIBLE |
Contains non binary compatible changes.
Definition at line 81 of file VersionSemanticsUtil.java.