160161162163164165166
/** * Process the bean archive with bean-discovery-mode of annotated. */ protected WeldBeanDeploymentArchive processAnnotatedDiscovery(BeanArchiveBuilder builder) { throw new UnsupportedOperationException(); }
63646566676869
return getAnnotated().getBaseType(); } @Override public Set<Annotation> getQualifiers() { throw new UnsupportedOperationException(); }
124125126127128129130
return Dependent.class; } @Override public void destroy(Contextual<?> contextual) { throw new UnsupportedOperationException(); }
59606162636465
protected ParameterInjectionPointAttributes<T, X> delegate() { return attributes; } public void inject(Object declaringInstance, Object value) { throw new UnsupportedOperationException(); }