langtools/test/tools/javac/multicatch/model/ModelChecker.java
changeset 25690 b1dac768ab79
parent 14963 974d4423c999
child 30730 d3ce7619db2c
equal deleted inserted replaced
25608:e1be1d88a557 25690:b1dac768ab79
     1 /*
     1 /*
     2  * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    44 import javax.lang.model.type.TypeMirror;
    44 import javax.lang.model.type.TypeMirror;
    45 import javax.lang.model.type.TypeKind;
    45 import javax.lang.model.type.TypeKind;
    46 import javax.lang.model.type.UnionType;
    46 import javax.lang.model.type.UnionType;
    47 import javax.lang.model.type.UnknownTypeException;
    47 import javax.lang.model.type.UnknownTypeException;
    48 import javax.lang.model.util.SimpleTypeVisitor6;
    48 import javax.lang.model.util.SimpleTypeVisitor6;
    49 import javax.lang.model.util.SimpleTypeVisitor7;
       
    50 
    49 
    51 @SupportedAnnotationTypes("Check")
    50 @SupportedAnnotationTypes("Check")
    52 public class ModelChecker extends JavacTestingAbstractProcessor {
    51 public class ModelChecker extends JavacTestingAbstractProcessor {
    53 
    52 
    54     @Override
    53     @Override