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


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface PrimaryExtends

プライマリ継承先。

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

必須要素の概要
 Class<?> value
          継承元のインターフェース。
 

要素の詳細

value

public abstract Class<?> value
継承元のインターフェース。



Copyright 2007 the Seasar Foundation and the Others.