Package org.eclipse.net4j.util.factory
package org.eclipse.net4j.util.factory
A framework for factory based instance creation.
-
ClassDescriptionAnnotationFactory<PRODUCT>Creates products reflectively and configures them via product method annotations.A default implementation of a
factory
.Thrown fromFactoryDescriptor.createFactory()
if afactory
could not be created.Deprecated.As of 3.19 no longer public API.A default implementation of afactory key
.Creates
objects from a stringdescription
.An unchecked exception that may be thrown fromfactories
to indicate the inability to create a product.