Class InterceptorDescription

java.lang.Object
org.jboss.as.ee.component.InterceptorDescription

public final class InterceptorDescription extends Object
A description of an @Interceptor annotation value or its equivalent deployment descriptor construct.
Author:
David M. Lloyd
  • Constructor Details

    • InterceptorDescription

      public InterceptorDescription(String interceptorClassName)
  • Method Details

    • getInterceptorClassName

      public String getInterceptorClassName()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object