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

com.guicedee.guicedhazelcast.annotations.GuicedHazelcast Maven / Gradle / Ivy

Go to download

An integration library for Hazelcast and Guice utilizing a GuiceContext Injector.

There is a newer version: 62
Show newest version
package com.guicedee.guicedhazelcast.annotations;

import com.google.inject.BindingAnnotation;

import java.lang.annotation.*;

/**
 * Marks the instance as the default for Guiced Hazelcast
 */
@Target(
		{
				ElementType.TYPE, ElementType.TYPE_USE, ElementType.PARAMETER
		})
@Retention(RetentionPolicy.RUNTIME)
@Inherited
@Documented
@BindingAnnotation
public @interface GuicedHazelcast
{}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy