|
JavaTM Platform Standard Ed. 6 |
|||||||||
��һ���� ��һ���� | ��� ��� ������ | |||||||||
ժҪ�� ���� | ��ѡ | ��ϸ��Ϣ�� Ԫ�� |
@Documented @Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface Target
ָʾע�����������õij���Ԫ�ص����ࡣ���ע�����������в����� Target Ԫע�ͣ������������Ϳ���������һ����Ԫ���ϡ��������������Ԫע�ͣ��������ǿ��ʵʩָ����ʹ�����ơ� ���磬��Ԫע��ָʾ����������������������Ԫע�����͡���ֻ������ע�����������ϣ�
@Target(ElementType.ANNOTATION_TYPE) public @interface MetaAnnotationType { ... }��Ԫע��ָʾ����������ֻ����Ϊ����ע�����������еij�Ա����ʹ�á�������ֱ������ע�ͣ�
@Target({}) public @interface MemberType { ... }����һ������ʱ����������һ�� ElementType ������ Target ע���г����˲�ֻһ�Ρ����磬����Ԫע���ǷǷ��ģ�
@Target({ElementType.FIELD, ElementType.METHOD, ElementType.FIELD}) public @interface Bogus { ... }
����Ԫ��ժҪ | |
---|---|
ElementType[] |
value
|
Ԫ����ϸ��Ϣ |
---|
public abstract ElementType[] value
|
JavaTM Platform Standard Ed. 6 |
|||||||||
��һ���� ��һ���� | ��� ��� ������ | |||||||||
ժҪ�� ���� | ��ѡ | ��ϸ��Ϣ�� Ԫ�� |
��Ȩ���� 2007 Sun Microsystems, Inc. ��������Ȩ���� ����������֤��������������ĵ����·ַ�������