Interface TargetJvmEnvironment

  • All Superinterfaces:
    Named

    public interface TargetJvmEnvironment
    extends Named
    Represents the target JVM environment. Typically, a standard JVM or Android. This attribute can be used by libraries to indicate that a certain variant is better suited for a certain JVM environment. It does however NOT strictly require environments to match, as the general assumption is that Java libraries can also run on environments they are not optimized for.
    Since:
    7.0
    • Field Detail

      • STANDARD_JVM

        static final java.lang.String STANDARD_JVM
        A standard JVM environment (e.g. running on desktop or server machines).
        See Also:
        Constant Field Values