returnthe annoation type this annotation handler is handling return Timeout.class;
return Timeout.class;
returnan array of annotation types this annotation handler would require to be processed (if present) before it processes it's own annotation type. return getEjbAnnotationTypes();
return getEjbAnnotationTypes();
// No-op. @Timeout processing is performed during initial EJB 3.0 // bean processing in AbstractEjbHandler. return getDefaultProcessedResult();