Skip to content

Instantly share code, notes, and snippets.

View argius's full-sized avatar
💭
I may be slow to respond.

argius argius

💭
I may be slow to respond.
View GitHub Profile
@argius
argius / MethodListCsvDoclet.java
Last active January 2, 2016 11:48
MethodListCsvDoclet - A custom doclet which outputs a method info list as CSV
package doclet;
import java.io.*;
import java.util.*;
import com.sun.javadoc.*;
public final class MethodListCsvDoclet {
// entry point
public static boolean start(RootDoc rootDoc) {
SELECT
ID, AGE
FROM
TABLE1