All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.onetwo.common.spring.aop.MixinAttrs Maven / Gradle / Ivy

package org.onetwo.common.spring.aop;

import org.onetwo.common.spring.aop.Mixin.MixinFrom;

/**
 * @author wayshall
 * 
*/ public class MixinAttrs { final private Class implementor; final private MixinFrom from; public MixinAttrs(Class implementor, MixinFrom from) { super(); this.implementor = implementor; this.from = from; } public Class getImplementor() { return implementor; } public MixinFrom getFrom() { return from; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy