GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java™ (public API).
com.jogamp.junit.util.VersionSemanticsUtil.CompatibilityType Enum Reference

Library compatibility type. More...

Collaboration diagram for com.jogamp.junit.util.VersionSemanticsUtil.CompatibilityType:

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...
 

Detailed Description

Library compatibility type.

From most compatible to less compatible.

Definition at line 57 of file VersionSemanticsUtil.java.

Member Data Documentation

◆ BACKWARD_COMPATIBLE_BINARY

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.

◆ BACKWARD_COMPATIBLE_IMPLEMENTER

com.jogamp.junit.util.VersionSemanticsUtil.CompatibilityType.BACKWARD_COMPATIBLE_IMPLEMENTER

No (public) changes.

Definition at line 62 of file VersionSemanticsUtil.java.

◆ BACKWARD_COMPATIBLE_SOURCE

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.

◆ NON_BACKWARD_COMPATIBLE

com.jogamp.junit.util.VersionSemanticsUtil.CompatibilityType.NON_BACKWARD_COMPATIBLE

Contains non binary compatible changes.

Definition at line 81 of file VersionSemanticsUtil.java.


The documentation for this enum was generated from the following file: