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

org.nanocontainer.testmodel..svn.text-base.B.svn-base Maven / Gradle / Ivy

There is a newer version: 1.1.2
Show newest version
package org.nanocontainer.testmodel;

import junit.framework.Assert;


/**
 * @author Mauro Talevi
 */
public class B extends X {
    public A a;

    public B(A a) {
        Assert.assertNotNull(a);
        this.a = a;
    }

    public A getA() {
        return a;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy