Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mbogoevici committed Jul 20, 2010
1 parent 7c3f8e9 commit f385224
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -134,6 +134,11 @@ private void checkArrayAndAnnotationValuedMembers()
}
}

/**
* Retrieves the transitive interceptor binding types that are inherited by this interceptor binding,
* as per section 9.1.1 of the specification, "Interceptor binding types with additional interceptor bindings"
* @return a set of transitive interceptor bindings, if any
*/
public Set<Annotation> getInheritedInterceptionBindingTypes()
{
return inheritedInterceptionBindingTypes;
Expand Down

0 comments on commit f385224

Please sign in to comment.