Uses of Package
jef.disconnection

Packages that use jef.disconnection
jef.disconnection   
jef.disconnection.impl   
jef.injection   
jef.injection.impl   
 

Classes in jef.disconnection used by jef.disconnection
DisconnectedField
          This interface represents the set of information needed to fully describe a Java class' field.
DisconnectedMethod
          This interface represents the set of information needed to fully describe a Java class' method.
DisconnectedStructure
          This interface is a simple placeholder for all the classes meant for storing partial Dna information that is to be extracted from a source Dna instance for being injected into another one later on.
DisconnectedStructuresFactory.DisconnectedStructureType
           
Disconnector
          This interface is a simple placeholder for marking all those classes and interfaces responsible of extracting partial Dna information from a Dna instance.
DisconnectorsFactory.DisconnectorType
           
 

Classes in jef.disconnection used by jef.disconnection.impl
DisconnectedField
          This interface represents the set of information needed to fully describe a Java class' field.
DisconnectedMethod
          This interface represents the set of information needed to fully describe a Java class' method.
DisconnectedStructure
          This interface is a simple placeholder for all the classes meant for storing partial Dna information that is to be extracted from a source Dna instance for being injected into another one later on.
DisconnectedStructuresFactory
          Interface for all the factories of DisconnectedStructures instances.
DisconnectedStructuresFactory.DisconnectedStructureType
           
Disconnector
          This interface is a simple placeholder for marking all those classes and interfaces responsible of extracting partial Dna information from a Dna instance.
DisconnectorsFactory
          This interface defines the contract for all the concrete classes in charge of instantiating Disconnectors.
DisconnectorsFactory.DisconnectorType
           
FieldDisconnector
          This interface defines the contract every concrete class responsible of extracting a field's definition from a Java class has to adhere to.
MethodDisconnector
          This interface defines the contract every concrete class responsible of extracting a method's definition from a Java class has to adhere to.
 

Classes in jef.disconnection used by jef.injection
DisconnectedMethod
          This interface represents the set of information needed to fully describe a Java class' method.
 

Classes in jef.disconnection used by jef.injection.impl
DisconnectedMethod
          This interface represents the set of information needed to fully describe a Java class' method.