org.inspektr.common.ioc.annotation
Annotation Type IsIn


@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface IsIn

States that the field value must be in the array of values.

Since:
1.0
Version:
$Revision: 1.2 $ $Date: 2007/04/10 00:48:49 $
Author:
Scott Battaglia

Required Element Summary
 int[] value
           
 

Element Detail

value

public abstract int[] value


Copyright © 2007-2009. All Rights Reserved.