Content deleted Content added
No edit summary |
m →Code example: Made comments more readable, by changing html tokens with citation marks ("). |
||
Line 79:
private List list;
/** Property
private String name = null;
Line 95:
/**
* Getter for property
*/
public String getName() {
Line 102:
/**
* Setter for property
*
* @param value
Line 119:
/**
* Setter for property
* @param value
*/
Line 133:
/**
* Class
*/
public class TestPersonBean {
/**
* Tester method
*
* @param arguments
|