org.jboss.beans.metadata.api.annotations
Annotation Type NullValue


@Retention(value=RUNTIME)
@Target(value={METHOD,PARAMETER})
public @interface NullValue

Null value.

Author:
Ales Justin

Optional Element Summary
 boolean valid
          Is valid.
 

valid

public abstract boolean valid
Is valid. Used in @Parameter and @value to define unused value.

Returns:
is value valid
Default:
true


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.