Skip to content

Commit

Permalink
#Issue eclipse-jdt#565 - initial creation of intersection type
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkrzywanski committed Jul 10, 2024
1 parent 69aad6e commit e4fb979
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ public class Issue565Processor extends AbstractProcessor {

@Override
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) {

System.out.println("WCHODZĘ");
annotations.forEach(System.out::println);

for (Element element : roundEnv.getElementsAnnotatedWith(annotations.stream().findAny().get())) {
if (element instanceof TypeElement) {
keyBuilder.visit(element.asType(), true);
Expand Down

0 comments on commit e4fb979

Please sign in to comment.