org.seasar.framework.container.annotation.tiger
注釈タイプ Property


@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD})
public @interface Property

PropertyInterTypeを適用してsetter/getterメソッドを生成することを示します。

作成者:
y-komori

任意要素の概要
 PropertyType value
          プロパティタイプです。
 

value

public abstract PropertyType value
プロパティタイプです。

戻り値:
プロパティタイプ
デフォルト:
READWRITE


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.