com.anaptecs.jeaf.junit.tx.impl.TxRequiredComponentComponentConfiguration Maven / Gradle / Ivy
/*
* anaptecs GmbH, Ricarda-Huch-Str. 71, 72760 Reutlingen, Germany
*
* Copyright 2004 - 2019. All rights reserved.
*/
package com.anaptecs.jeaf.junit.tx.impl;
import com.anaptecs.jeaf.xfun.api.common.ComponentID;
/**
* Class represents the configuration for component
* {@link com.anaptecs.jeaf.junit.tx.impl.TxRequiredComponentComponent}.
*/
public final class TxRequiredComponentComponentConfiguration {
/**
* In order to avoid direct instantiation of this class the constructor is set to package visibility.
*/
TxRequiredComponentComponentConfiguration( ComponentID pComponentID ) {
}
}