代码搜索:Annotation

找到约 6,069 项符合「Annotation」的源代码

代码结果 6,069
www.eeworm.com/read/246023/4498904

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/235677/4647456

xsd eafv2.1.xsd

www.eeworm.com/read/223787/4808881

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/221815/4825764

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/221815/4825767

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/221815/4825778

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/218651/4855822

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/213329/4917111

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/210914/4946966

m info2label.m

function label=info2label(info) % Create label for axis annotation from two-element or three-element % cell array such as those found in structures for seismic data, well logs, % p.d.f.s, etc. %
www.eeworm.com/read/209510/4977776

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