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


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

Example annotation one that holds an int factor.

Author:
Martin Zeltner (MZE)
File-location:
ExampleAnnotationOne
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.