Class GeneratedResourceEntry


  • public class GeneratedResourceEntry
    extends Object
    The resource entry of generated class e.g Generated EJB interface or Weld proxy.
    Author:
    Gaurav Gupta
    • Field Detail

      • binaryContent

        public byte[] binaryContent
        Binary content of the generated resource.
      • loadedClass

        public volatile Class<?> loadedClass
        Loaded class.
      • protectionDomain

        public ProtectionDomain protectionDomain
        The Protection Domain of class.
    • Constructor Detail

      • GeneratedResourceEntry

        public GeneratedResourceEntry()