|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=CONSTRUCTOR) @Retention(value=RUNTIME) public @interface PodamConstructor
It identifies a constructor to use in order to create an instance of a class.
This annotation should be used in POJOs with attributes but without setters. A typical example are immutable classes, where attributes are final and declared in the constructor and they have getters but not setters.
Optional Element Summary | |
---|---|
String |
comment
Gives users the possibility to leave comments |
public abstract String comment
|
Jemos 2002 - 2011: All Rights Reserved. Podam runs under the MIT license | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |