代码搜索:Annotation
找到约 6,069 项符合「Annotation」的源代码
代码结果 6,069
www.eeworm.com/read/413855/2158229
hh paint.hh
#ifndef CLICK_PAINT_HH
#define CLICK_PAINT_HH
#include
CLICK_DECLS
/*
=c
Paint(X)
=s annotations
sets packet paint annotations
=d
Sets each packet's paint annotation to X, an
www.eeworm.com/read/405478/2290912
java annotationexception.java
//$Id: AnnotationException.java 11282 2007-03-14 22:05:59Z epbernard $
package org.hibernate;
/**
* Annotation related exception.
* The EJB3 EG will probably set a generic exception.
* I'll then u
www.eeworm.com/read/400301/2353065
java showimage.java
/*
* ShowImage.java
*
* Created on 2007年10月25日, 上午10:49
*/
package com.data;
import java.io.*;
import javax.annotation.Resource;
import javax.naming.NamingException;
import javax.se
www.eeworm.com/read/396193/2423456
java logbeforeadvice.java
package com.Lesson;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.anno
www.eeworm.com/read/372764/2769749
java validateuserremote.java
package com.ouyang.ejb3.facecade;
import javax.annotation.EJB;
import javax.ejb.Stateless;
import com.ouyang.ejb3.bussiness.PersistServer;
import com.ouyang.ejb3.entity.User;
@Stateless
pu
www.eeworm.com/read/372764/2769751
java saveuserremote.java
package com.ouyang.ejb3.facecade;
import javax.annotation.EJB;
import javax.ejb.Stateless;
import com.ouyang.ejb3.bussiness.PersistServer;
import com.ouyang.ejb3.entity.User;
@Stateless
publ
www.eeworm.com/read/372764/2769759
java persistserverlocal.java
package com.ouyang.ejb3.bussiness;
import javax.annotation.EJB;
import javax.ejb.Stateless;
import com.ouyang.ejb3.entity.User;
import com.ouyang.ejb3.lifecycle.UserPersist;
@Stateless
pub