A SimpleExtensionModule implementation which reads extension classes metadata from META-INF.
| Modifiers | Name | Description | 
|---|---|---|
static String  | 
                            MODULE_INSTANCE_CLASSES_KEY | 
                            |
static String  | 
                            MODULE_STATIC_CLASSES_KEY | 
                            
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            List<Class> | 
                            getInstanceMethodsExtensionClasses() | 
                        
 | 
                            List<Class> | 
                            getStaticMethodsExtensionClasses() | 
                        
 | 
                            static MetaInfExtensionModule | 
                            newModule(Properties properties, ClassLoader loader) | 
                        
| Methods inherited from class | Name | 
|---|---|
class SimpleExtensionModule | 
                            getInstanceMethodsExtensionClasses, getMetaMethods, getStaticMethodsExtensionClasses | 
                        
class ExtensionModule | 
                            getMetaMethods, getName, getVersion, toString | 
                        
class Object | 
                            wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |