langtools/src/share/classes/com/sun/tools/apt/resources/apt.properties
changeset 3378 22011d9a9398
parent 10 06bc494ca11e
child 5520 86e4b9a9da40
equal deleted inserted replaced
3377:22083952ee8f 3378:22011d9a9398
   109 
   109 
   110 ##
   110 ##
   111 ## miscellaneous strings
   111 ## miscellaneous strings
   112 ##
   112 ##
   113 
   113 
       
   114 apt.misc.Deprecation=\
       
   115     \nwarning:\u0020The apt tool and its associated API are planned to be\n\
       
   116     removed in the next major JDK release.  These features have been\n\
       
   117     superseded by javac and the standardized annotation processing API,\n\
       
   118     javax.annotation.processing and javax.lang.model.  Users are\n\
       
   119     recommended to migrate to the annotation processing features of\n\
       
   120     javac; see the javac man page for more information.\n
       
   121 
   114 apt.misc.Problem=\
   122 apt.misc.Problem=\
   115     Problem encountered during annotation processing; \nsee stacktrace below for more information.
   123     Problem encountered during annotation processing; \nsee stacktrace below for more information.
   116 
   124 
   117 apt.misc.SunMiscService=\
   125 apt.misc.SunMiscService=\
   118     Error finding annotation processor factories; \ncheck META-INF/services information.
   126     Error finding annotation processor factories; \ncheck META-INF/services information.