代码搜索:Annotation
找到约 6,069 项符合「Annotation」的源代码
代码结果 6,069
www.eeworm.com/read/160691/5567429
java elementvaluevisitor.java
/* $Id: ElementValueVisitor.java,v 1.3.2.1 2006/01/16 22:57:55 eric Exp $
*
* ProGuard -- shrinking, optimization, and obfuscation of Java class files.
*
* Copyright (c) 2002-2006 Eric Lafortune (
www.eeworm.com/read/419922/10829093
exe [a240]java annotation详解续三.exe
www.eeworm.com/read/419919/10829400
exe [a237]java annotation详解续二.exe
www.eeworm.com/read/419917/10829550
exe [a235]java annotation详解续一.exe
www.eeworm.com/read/419922/10829048
java myreflection.java
package com.langsin.annotation;
import java.lang.annotation.Annotation;
import java.lang.reflect.Method;
public class MyReflection
{
public static void main(String[] args) throws Exception
www.eeworm.com/read/468035/6998246
java truth.java
package test.annotation.my;
import java.lang.annotation.Annotation;
public interface Truth extends Annotation{
}
www.eeworm.com/read/147809/5719798
java annotationreader.java
import java.lang.annotation.*;
import java.lang.reflect.*;
/**
* Read annotation information from a class at runtime using the new
* JDK1.5 reflection features
**/
public class AnnotationReade
www.eeworm.com/read/147809/5719800
java accessor.java
import java.lang.annotation.*;
/**
* Annotation definition for an accessor method. This shows the use of
* multiple members.
**/
@Retention(RetentionPolicy.RUNTIME)
public @interface Accessor {