|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MixinFactory
Interface for that all mixin factories must implement.
Method Summary | |
---|---|
Object |
mixinOf()
Creates a new perJVM mixin instance, if it already exists then return it. |
Object |
mixinOf(Class klass)
Creates a new perClass mixin instance, if it already exists then return it. |
Object |
mixinOf(Object instance)
Creates a new perInstance mixin instance, if it already exists then return it. |
Method Detail |
---|
Object mixinOf()
Object mixinOf(Class klass)
klass
-
Object mixinOf(Object instance)
instance
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |