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


@Target(value={FIELD,PARAMETER})
@Retention(value=RUNTIME)
public @interface PodamCollection

Annotation used to customise collection-type elements

Please note that this annotation can be used with all types of container elements, including arrays.

The minimum number of elements is PodamConstants.ANNOTATION_COLLECTION_DEFAULT_NBR_ELEMENTS

Author:
mtedone

Optional Element Summary
 String comment
          It allows clients to specify a comment on this annotation
 int nbrElements
          The number of elements to create for the collection
 

nbrElements

public abstract int nbrElements
The number of elements to create for the collection

Default:
1

comment

public abstract String comment
It allows clients to specify a comment on this annotation

Default:
""

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

Copyright © 2011. All Rights Reserved.