org.osgl.inject.annotation.Provided
instead@Target(value={PARAMETER,METHOD,FIELD})
@Retention(value=RUNTIME)
@Documented
@Deprecated
public @interface Context
This annotation is used to inject information into a class field, bean property or method parameter.
Refer to javax.ws.rs.core.Context
Provided
Copyright © 2014–2017 ActFramework. All rights reserved.