Package bibliothek.util.workarounds

Contains code that is executed depending on the version of the JRE.

See:
          Description

Interface Summary
Workaround A Workaround provides code to workaround an issue that is only present in some versions of the JRE or in some libraries.
 

Class Summary
Java6Workaround Workarounds necessary for Java 1.6.
Java7Workaround Workarounds necessary for Java 1.7.
 

Package bibliothek.util.workarounds Description

Contains code that is executed depending on the version of the JRE. The codes enable features that are only available on newer version, or work around incompatibilities between old and new versions.