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

com.github.azahnen.dagger.annotations.AutoMultiBind Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package com.github.azahnen.dagger.annotations;

public @interface AutoMultiBind {

  enum Type {SET, STRING_MAP, CLASS_MAP}

  Type value() default Type.SET;

  boolean lazy() default true;

  Class[] exclude() default {};
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy