@Documented @Target(value=CONSTRUCTOR) @Retention(value=RUNTIME) public @interface PodamConstructor
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.
public abstract String comment
Copyright © 2014. All rights reserved.