Deprecated API


Contents
Deprecated Methods
org.codehaus.jam.JAnnotationValue.getValue()
          DO NOT CALL THIS METHOD. IT WILL BE REMOVED SOON. This method is a bad thing because it forces/allows the caller to make assumptions about how the annotation value is actually represented in the underlying implementation. Please use a combination of getType() and the various as...() methods instead. 
org.codehaus.jam.provider.JamLogger.isVerbose()
            
org.codehaus.jam.JamServiceParams.setJavadocTagParser(JavadocTagParser)
          The javadoc tag mapping mechanism in JAM has been deprecated. Instead, please use Annogen to do tag-to-175 mappings. 
org.codehaus.jam.JamServiceParams.setVerbose(boolean)
          use setVerbose(Class). This is the same as setVerbose(Object.class).