Package oms3.nap

Class AnnotationParser


  • public class AnnotationParser
    extends Object
    Annotation Processor.
    Author:
    od
    • Method Detail

      • handle

        public static void handle​(String s,
                                  AnnotationHandler ah)
        Handle a string with an annotation handler
        Parameters:
        s - the String to process
        ah - the annotation handler to use.
      • trimQuotes

        public static String trimQuotes​(String val)
        Trims the string quotes, if the argument is a java/c string
        Parameters:
        val - the string process for quotes
        Returns:
        the same string without quotes, or the same if there are not any.