uimafit-maven-plugin/src/it/default/src/main/java/TestAnnotator.java [26:43]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
public class TestAnnotator extends AbstractAnnotator {

  /**
   * Parameter value 1.
   */
  public static final String PARAM_VALUE_1 = "value1";
  @ConfigurationParameter(name = PARAM_VALUE_1, mandatory=true)
  private String value1;

  /**
   * Documentation for resource
   */
  public static final String RES_KEY = "res";
  @ExternalResource(key = RES_KEY)
  private Resource res;

  @Override
  public void process(JCas aJCas) throws AnalysisEngineProcessException {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



uimafit-maven-plugin/src/it/with-typesystem-in-descriptors/src/main/java/TestAnnotator.java [26:43]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
public class TestAnnotator extends AbstractAnnotator {

  /**
   * Parameter value 1.
   */
  public static final String PARAM_VALUE_1 = "value1";
  @ConfigurationParameter(name = PARAM_VALUE_1, mandatory=true)
  private String value1;

  /**
   * Documentation for resource
   */
  public static final String RES_KEY = "res";
  @ExternalResource(key = RES_KEY)
  private Resource res;

  @Override
  public void process(JCas aJCas) throws AnalysisEngineProcessException {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



