package com.gzsll.hupu.injector; import java.lang.annotation.Retention; import javax.inject.Scope; import static java.lang.annotation.RetentionPolicy.RUNTIME; /** * Created by sll on 15/11/22. */ @Scope @Retention(RUNTIME) public @interface PerService { }