src/share/classes/com/sun/tools/apt/main/Main.java

changeset 1116
d830d28fc72e
parent 798
4868a36f6fd8
child 1136
ae361e7f435a
equal deleted inserted replaced
1115:b73a9be0b993 1116:d830d28fc72e
1 /* 1 /*
2 * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2004, 2011, 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. Oracle designates this 7 * published by the Free Software Foundation. Oracle designates this
54 import com.sun.tools.apt.comp.AnnotationProcessingError; 54 import com.sun.tools.apt.comp.AnnotationProcessingError;
55 import com.sun.tools.apt.comp.UsageMessageNeededException; 55 import com.sun.tools.apt.comp.UsageMessageNeededException;
56 import com.sun.tools.apt.util.Bark; 56 import com.sun.tools.apt.util.Bark;
57 import com.sun.mirror.apt.AnnotationProcessorFactory; 57 import com.sun.mirror.apt.AnnotationProcessorFactory;
58 58
59 import static com.sun.tools.javac.file.Paths.pathToURLs; 59 import static com.sun.tools.javac.file.Locations.pathToURLs;
60 60
61 /** This class provides a commandline interface to the apt build-time 61 /** This class provides a commandline interface to the apt build-time
62 * tool. 62 * tool.
63 * 63 *
64 * <p><b>This is NOT part of any supported API. 64 * <p><b>This is NOT part of any supported API.

mercurial