All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.unlaxer.tinyexpression.parser.javalang.AnnotationChoice Maven / Gradle / Ivy

package org.unlaxer.tinyexpression.parser.javalang;

import java.util.List;

import org.unlaxer.parser.Parser;
import org.unlaxer.parser.Parsers;

public class AnnotationChoice extends JavaStyleDelimitedLazyChain{

  @Override
  public List getLazyParsers() {
    return new Parsers(Parser.get(AnnotationChoiceElement.class));
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy