what best proceed javadoc request java enum?
i've only started controlling java's enums possess projects (i have jdk 1.4 during work) i am confused best use controlling javadoc an enum.
i have found slight works, nonetheless following formula small unrefined:
/**
* doc enum
*/
public enum something {
/**
* initial thing
*/
first_thing,
/**
* second thing
*/
second_thing;
//could continue more
}
is there any proceed i smack adult enum declarations possess lines but chaining commas, best proceed controlling javadoc an enum?
Comments
Post a Comment