src/share/classes/com/sun/source/util/TaskEvent.java

changeset 1521
71f35e4b93a5
parent 1357
c75be5bc5283
child 1590
011cf7e0a148
equal deleted inserted replaced
1520:5c956be64b9e 1521:71f35e4b93a5
1 /* 1 /*
2 * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2005, 2013, 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
58 /** 58 /**
59 * For events relating to class files being generated. 59 * For events relating to class files being generated.
60 **/ 60 **/
61 GENERATE, 61 GENERATE,
62 /** 62 /**
63 * For events relating to overall annotaion processing. 63 * For events relating to overall annotation processing.
64 **/ 64 **/
65 ANNOTATION_PROCESSING, 65 ANNOTATION_PROCESSING,
66 /** 66 /**
67 * For events relating to an individual annotation processing round. 67 * For events relating to an individual annotation processing round.
68 **/ 68 **/

mercurial