1 package com.sun.tools.xjc.runtime; 2 3 44 final class MetaVariable { 45 46 static final boolean M = (System.getProperty("jaxb.runtime.M")==null); 47 48 static final boolean U = (System.getProperty("jaxb.runtime.U")==null); 49 50 static final boolean V = (System.getProperty("jaxb.runtime.V")==null); 51 52 static final boolean W = (System.getProperty("jaxb.runtime.W")==null); 53 } 54 | Popular Tags |