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

com.frameworkx.annotation.Adaptives Maven / Gradle / Ivy

package com.frameworkx.annotation;

import com.google.inject.name.Named;

public class Adaptives {
	private Adaptives() {
	}

	/**
	 * Creates a {@link Named} annotation with {@code name} as the value.
	 */
	public static Adaptive adaptive(String[] value) {
		return new AdaptiveImpl(value);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy