com.guicedee.guicedhazelcast.annotations.GuicedHazelcast Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of guiced-hazelcast Show documentation
Show all versions of guiced-hazelcast Show documentation
An integration library for Hazelcast and Guice utilizing a GuiceContext Injector.
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