.


:




:

































 

 

 

 


Java




. Java , . /** */

.

:

/**

* Creates new form GUI_application

*/

 

HTML- javadoc, JDK. NetBeans : Build/Generate Javadoc for .

:

( ).

.

.

- ( , , ).

.

.

, , , -, . , , public protected.

:

/**

* Java <br>

* - Monthes Spring ,

* .

* , .

* @see enumApplication.Monthes - Monthes

* @see enumApplication.Spring

* @see enumApplication#m1

* @version 0.1 ,

* NetBeans 5.5

* @author

*/

public class enumApplication extends javax.swing.JFrame {

int i=1;

/**

* Spring - 3 : march,apr,may.

* <ul>

* <li>march

* <li>apr

* <li>may

* </ul>

*

* Monthes,

* - , .

*/

public enum Spring {march,apr,may};

 

/**

* Monthes - 12 : <br>

* jan,feb,mar,apr,may,jun,jul,aug,sep,oct,nov,dec <br>

* (, ..)

*/

public enum Monthes {jan,feb,mar,apr,may,jun,jul,aug,sep,oct,nov,dec};

Spring spr1= Spring.apr, spr2;

/**

*,

*/

public Monthes m1,m2=Monthes.mar,m3;

 

HTML- ( , @). , HTML-, . , , <br>, HTML. HTML, : <ul> <li>, , .. , javadoc . , HTML- *, ( ).

HTML . , ,

http://barsic.spbu.ru/ www/comlan/html_r.html

 

( ):

@see () . (, ..). : @see ; @see . -, ; @see # ; . , .

@version () . . : @version .

@author () - . . : @author . , , , ..

@since ( ) - JDK, . : @since .

@param ( parameter -) - . /** @param */ . : @param .

@return () - . : @return .

@throws ( ) - , . : @throws .

@deprecated () - , . (warning) , , . : @deprecated .

 

.

 

, , :

 

java_enum_pkg

enumApplication

 

, (summary) . . , 2-3 .





:


: 2017-02-28; !; : 1284 |


:

:

, .
==> ...

839 - | 676 -


© 2015-2024 lektsii.org - -

: 0.015 .