crossroadsoftheelements.com

[[cote:javadoc]]

Trace: » spells_earth » armor_by_level » realms_and_subrealms » the_staff_of_the_undead » gpl » realm_of_earth » commands » mud_client » jxroads » javadoc

You are here: top » cote » javadoc

Login

You are currently not logged in! Enter your authentication credentials below to log in. You need to have cookies enabled to log in.

Login

You don't have an account yet? Just get one: Register

Forgotten your password? Get a new one: Send new password

JavaDoc Tags

/** starts a JavaDoc comment, first line is summary */ ends

@link classname – link to the Java docs for a class

@param paramname description – describe a parameter of a method or constructor only

@return description – what does this method return

@see classname – see also some other class

@author name – can have more than one, for classes and interfaces only

@version number – set a version number for classes only

@exception – this throws an exception you can link to the docs for

@since – what version of Java has this been available since

@serial – serial number

@deprecated – don't use deprecated stuff