@Retention(value=RUNTIME) @Target(value={PARAMETER,FIELD,METHOD}) public @interface Injectable
MemberCollectors
that collect injectable methods and fields (i.e. methods and fields with
@Inject on them).Copyright © 2008–2018. All rights reserved.