代码搜索:Annotation
找到约 6,069 项符合「Annotation」的源代码
代码结果 6,069
www.eeworm.com/read/174599/5360314
c gdc_samp2.c
/* GDCHART 0.94b 2nd CHART SAMPLE 12 Nov 1998 */
/*
** vi note :set tabstop=4 **
a more complicated example
High Low Close Combo (Volume) with annotation
produces a file: g2.gif
Until a RE
www.eeworm.com/read/344728/3204491
java testusersave.java
package com.dudu.moa.test.sys.dao;
import static org.junit.Assert.*;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import com.dudu.moa.test.AbstractTe
www.eeworm.com/read/344727/3205221
java gendomain.java
package anni.tools;
import java.io.*;
import java.lang.reflect.*;
//import java.text.*;
import java.util.*;
import freemarker.template.*;
import jxl.*;
import java.lang.annotation.*;
impor
www.eeworm.com/read/343323/3221076
java atunit.java
//: net/mindview/atunit/AtUnit.java
// An annotation-based unit-test framework.
// {RunByHand}
package net.mindview.atunit;
import java.lang.reflect.*;
import java.io.*;
import java.util.*;
imp
www.eeworm.com/read/325481/3483414
java atunit.java
//: net/mindview/atunit/AtUnit.java
// An annotation-based unit-test framework.
// {RunByHand}
package net.mindview.atunit;
import java.lang.reflect.*;
import java.io.*;
import java.util.*;
imp
www.eeworm.com/read/320212/3549419
java atunit.java
//: net/mindview/atunit/AtUnit.java
// An annotation-based unit-test framework.
// {RunByHand}
package net.mindview.atunit;
import java.lang.reflect.*;
import java.io.*;
import java.util.*;
imp
www.eeworm.com/read/311226/3684057
rq ex11.2.3.4_0.rq
PREFIX a:
PREFIX dc:
PREFIX foaf:
SELECT ?given ?family
WHERE { ?annot a:a
www.eeworm.com/read/305566/3772864
h annotate.h
/*
annotation line segment object
*/
#ifndef MOVIE_ANNO
#include "main.h"
#include "data.h"
#define ANNO_NFILE 256
#define ANNO_NSEG 100000
typedef struct {
short id; /* group id */
short dir; /*
www.eeworm.com/read/297754/3882714
java accountbean.java
package com.ufmobile.business.account.bo.bean;
import java.math.BigDecimal;
import java.util.Date;
import java.util.List;
import javax.annotation.PostConstruct;
import javax.ejb.Stateless;
i