Skip to content

Commit

Permalink
Clarified the java doc for javaclass-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mareknovotny committed Aug 23, 2017
1 parent e0cd22d commit 35503df
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -13,6 +13,8 @@
* <javaclass-ignore> is used to mark the packages/classes/methods that once are referenced, the class should be ignored.
* This is especially useful for cases in which just by some reference we may for sure tell that the class is generated.
*
* Note: Inner classes are still kept in the analysis.
*
* @author <a href="mailto:mbriskar@gmail.com">Matej Briskar</a>
*/
@NamespaceElementHandler(elementName = JavaClassIgnoreHandler.ELEMENT_NAME, namespace = RuleProviderHandler.WINDUP_RULE_NAMESPACE)
Expand Down

0 comments on commit 35503df

Please sign in to comment.