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

net.wicp.tams.common.spring.schema.AnnotationImportSeletor Maven / Gradle / Ivy

There is a newer version: 3.6.1
Show newest version
package net.wicp.tams.common.spring.schema;

import org.springframework.context.annotation.ImportSelector;
import org.springframework.core.type.AnnotationMetadata;

public class AnnotationImportSeletor implements ImportSelector {

	@Override
	public String[] selectImports(AnnotationMetadata importingClassMetadata) {
		return new String[] {};
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy