Skip to content

Commit

Permalink
WELD-2756 remove suprefluous method; add deprecation notes
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed Sep 20, 2023
1 parent 6628262 commit c59399f
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,13 @@
public interface WeldInvocationContext extends InvocationContext {

/**
* Deprecated, users are encouraged to use {@link InvocationContext#getInterceptorBindings()} instead.
* <p/>
* A key value under which we store interceptor bindings in {@link InvocationContext}
*/
@Deprecated
String INTERCEPTOR_BINDINGS_KEY = "org.jboss.weld.interceptor.bindings";


@Override
Set<Annotation> getInterceptorBindings();

/**
* @deprecated use {@link #getInterceptorBindings(Class)}
*/
Expand Down

0 comments on commit c59399f

Please sign in to comment.