src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/internals.md
changeset 48942 a6c4b85163c1
parent 47216 71c04702a3d5
equal deleted inserted replaced
48941:4f11514fe783 48942:a6c4b85163c1
   193 line separators) and is thus subject to quoting.
   193 line separators) and is thus subject to quoting.
   194 
   194 
   195 **EXAMPLE OUTPUT**
   195 **EXAMPLE OUTPUT**
   196 
   196 
   197 Given the following method declaration and annotation from the
   197 Given the following method declaration and annotation from the
   198 `java.lang.Runtime` class,
   198 `java.lang.Character` class,
   199 
   199 
   200             @Deprecated(since="1.2",
   200             @Deprecated(since="1.1")
   201                         forRemoval=true)
   201             public static boolean isJavaLetter(char ch)
   202             public static void runFinalizersOnExit(boolean value)
       
   203 
   202 
   204 the following line will be emitted from **jdeprscan -Xprint-csv**:
   203 the following line will be emitted from **jdeprscan -Xprint-csv**:
   205 
   204 
   206             METHOD,java/lang/Runtime,runFinalizersOnExit(Z)V,1.2,true
   205             METHOD,java/lang/Character,isJavaLetter(C)Z,1.1,false
   207 
   206 
   208 
   207 
   209 [RFC]: https://www.ietf.org/rfc/rfc4180.txt
   208 [RFC]: https://www.ietf.org/rfc/rfc4180.txt
   210 
   209 
   211 [wiki]: https://en.wikipedia.org/wiki/Comma-separated_values
   210 [wiki]: https://en.wikipedia.org/wiki/Comma-separated_values