sugar4j.lang
Annotation Type Optional


@Target(value=PARAMETER)
@Retention(value=SOURCE)
public @interface Optional

Allowed on a 'varargs' method parameter to indicate that the array contains 0 or 1 element.
The array may contain more than 1 element, but only the first one is considered.

Version:
$Id: Optional.java,v 1.3 2008/02/12 00:44:52 krizzdewizz Exp $
Author:
krizzdewizz