Skip to content

Commit

Permalink
Added further documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Jul 12, 2015
1 parent 4098b26 commit 7950cf2
Show file tree
Hide file tree
Showing 4 changed files with 639 additions and 61 deletions.
Expand Up @@ -26,7 +26,8 @@ public interface ByteCodeElement extends NamedElement.WithRuntimeName, ModifierR
String getDescriptor(); String getDescriptor();


/** /**
* Returns the generic signature of this byte code element. * Returns the generic signature of this byte code element. If this element does not reference generic types
* or references malformed generic types, {@code null} is returned as a signature.
* *
* @return The generic signature or {@code null} if this element is not generic. * @return The generic signature or {@code null} if this element is not generic.
*/ */
Expand Down

0 comments on commit 7950cf2

Please sign in to comment.