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

com.icthh.xm.commons.tenant.XmRelatedComponent Maven / Gradle / Ivy

There is a newer version: 4.0.17
Show newest version
package com.icthh.xm.commons.tenant;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

// marker o filter xm components in all spring beans
@Retention(RetentionPolicy.RUNTIME)
public @interface XmRelatedComponent {
    // context label
    String value() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy