// server/21q1
if (isStartup()
&& ! _annotatedType.isAnnotationPresent(Stateful.class)
&& ! _annotatedType.isAnnotationPresent(Stateless.class)
&& ! _annotatedType.isAnnotationPresent(MessageDriven.class)) {
factory.annotation(new Startup() {
public Class annotationType() { return Startup.class; }
});
}
for (Annotation binding : _bindingList) {