ildfly-clustering-weld-core.33.0.2.Final.source-code.org.jboss.weld.contexts.proto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wildfly-clustering-weld-core Show documentation
Show all versions of wildfly-clustering-weld-core Show documentation
Marshalling optimizations for the weld-core module.
package org.jboss.weld.contexts;
import "java.lang.proto";
/**
* @TypeId(440)
*/
message CreationalContextImpl {
optional bytes parent = 1;
repeated bytes dependent = 2;
}
/**
* @TypeId(441)
*/
message SerializableContextualInstanceImpl {
optional bytes contextual = 1;
optional bytes instance = 2;
optional java.lang.Class proxyClass = 3;
optional bytes handler = 4;
optional bytes creationalContext = 5;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy