JavaScript is disabled on your browser.
Skip navigation links
  • Summary:
  • Field |
  • Required |
  • Optional
  • Detail:
  • Field |
  • Element
javax.interceptor

Annotation Type ExcludeClassInterceptors



  • @Target(value={METHOD,CONSTRUCTOR})
     @Retention(value=RUNTIME)
    public @interface ExcludeClassInterceptors

    Used to exclude class-level interceptors for a lifecycle callback, business, or timeout method of a target class, or a constructor of a target class.

     @ExcludeClassInterceptors
     public void updateOrder(Order order) { ... }
     
    Since:
    Interceptors 1.0
    See Also:
    ExcludeClassInterceptors
Skip navigation links
  • Summary:
  • Field |
  • Required |
  • Optional
  • Detail:
  • Field |
  • Element

Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

AltStyle によって変換されたページ (->オリジナル) /