代码搜索:Annotation
找到约 6,069 项符合「Annotation」的源代码
代码结果 6,069
www.eeworm.com/read/198514/5086854
java customerprice.java
package com.meybosoft.microerp.domain;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Date;
import com.easyjf.dbo.annotation.OneToOne;
import com.easyjf.dbo.annota
www.eeworm.com/read/198514/5086857
java orderinfo.java
package com.meybosoft.microerp.domain;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Date;
import java.util.Set;
import com.easyjf.dbo.annotation.*;
@Table(table
www.eeworm.com/read/198514/5086868
java role.java
package com.meybosoft.microerp.system;
import com.easyjf.dbo.annotation.*;
/**
* 用户角色,用来记录一组权限
* @author 李艳
*
*/
@Table(tableName="SystemRole")
public class Role implements java.io.Seriali
www.eeworm.com/read/197717/5092399
java timerservicebean.java
package com.foshanshop.ejb3.impl;
import java.util.Date;
import com.foshanshop.ejb3.TimerService;
import javax.annotation.Resource;
import javax.ejb.Remote;
import javax.ejb.SessionContext;
www.eeworm.com/read/197080/5097988
java timerservicebean.java
package com.foshanshop.ejb3.impl;
import java.util.Date;
import com.foshanshop.ejb3.TimerService;
import javax.annotation.Resource;
import javax.ejb.Remote;
import javax.ejb.SessionContext;
www.eeworm.com/read/196396/5102680
java timerservicebean.java
package com.foshanshop.ejb3.impl;
import java.util.Date;
import com.foshanshop.ejb3.TimerService;
import javax.annotation.Resource;
import javax.ejb.Remote;
import javax.ejb.SessionContext;
www.eeworm.com/read/184370/5249666
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/184367/5249744
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/180459/5283813
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