Searched refs:GenerateProgramPorts (Results 1 – 2 of 2) sorted by relevance
27 public @interface GenerateProgramPorts { annotation
589 } else if ((annotation = field.getAnnotation(GenerateProgramPorts.class)) != null) { in addAnnotatedPorts()590 GenerateProgramPorts generators = (GenerateProgramPorts)annotation; in addAnnotatedPorts()