uk.co.jemos.podam.annotations
Annotation Type PodamConstructor


@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.

Author:
mtedone

Optional Element Summary
 String comment
          Gives users the possibility to leave comments
 

comment

public abstract String comment
Gives users the possibility to leave comments

Default:
""

Jemos 2002 - 2011: All Rights Reserved. Podam runs under the MIT license

Copyright © 2011. All Rights Reserved.