de.intarsys.tools.reflect
Interface IBasicRegistrySupport
public interface IBasicRegistrySupport
An object supporting reflective registry operations.
This is a basic support interface used in ObjectTools to support
reflective operations. You MUST NOT implement this interface in terms of
ObjectTools methods!
basicRegister
Object basicRegister(Object value)
throws MethodException
- Throws:
MethodException
basicUnregister
Object basicUnregister(Object value)
throws MethodException
- Throws:
MethodException
Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.