blob: 32aedad1be2d14a36a7940a10d1dfee7baaee5b4 [file] [log] [blame]
package com.google.inject.lifecycle;
import com.google.inject.BindingAnnotation;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/** @author dhanji@gmail.com (Dhanji R. Prasanna) */
@Retention(RetentionPolicy.RUNTIME)
@BindingAnnotation
@interface ListOfMatchers {
}