org.ashikunep.irenka.annotation
注釈タイプ NonEmpty


@Documented
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD,PARAMETER,LOCAL_VARIABLE})
public @interface NonEmpty

Represents the collections must not be empty. This also implise the collections must not be null.

バージョン:
$Date: 2008-02-12 12:35:47 +0900 (火, 12 2月 2008) $
作成者:
Suguru ARAKAWA (Gluegent, Inc.)



Copyright 2007 the Seasar Foundation and the Others.