ch.elca.el4j.tests.util.metadata.annotations
Annotation Type ExampleAnnotationTwo


@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface ExampleAnnotationTwo

Example annotation two that holds an int factor.

Author:
Martin Zeltner (MZE)
File-location:
ExampleAnnotationTwo
Last check-in date:
2009-08-04 14:25:40 +0200 (Di, 04. Aug 2009) by swismer for revision 3874

Required Element Summary
 int factor
          Factor used for calculations.
 

Element Detail

factor

public abstract int factor
Factor used for calculations.



Copyright © 2005-2011 ELCA. All Rights Reserved.