File tree 1 file changed +0
-11
lines changed
weld-spi/src/main/java/org/jboss/weld/serialization/spi
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -56,17 +56,6 @@ public interface ProxyServices extends Service
56
56
*/
57
57
public ClassLoader getClassLoader (Class <?> proxiedBeanType );
58
58
59
- /**
60
- * Returns the protection domain to use when a security manager is present
61
- * during generation of a proxy class with the given super type. Usually this
62
- * protection domain will need to correspond to the one used with the class
63
- * loader provided by {@link #getClassLoader(Class)}.
64
- *
65
- * @param proxiedBeanType the base type (class or interface) being proxied
66
- * @return the protection domain to use for the proxy class
67
- */
68
- public ProtectionDomain getProtectionDomain (Class <?> proxiedBeanType );
69
-
70
59
/**
71
60
* <p>
72
61
* Loads classes or interfaces extended/implemented by a bean or in
You can’t perform that action at this time.
0 commit comments