Class DocumentedElement
java.lang.Object
org.robolectric.annotation.processing.DocumentedElement
- Direct Known Subclasses:
DocumentedMethod,DocumentedPackage,DocumentedType
public abstract class DocumentedElement extends Object
-
Constructor Summary
Constructors Modifier Constructor Description protectedDocumentedElement(String name) -
Method Summary
Modifier and Type Method Description StringgetDocumentation()StringgetName()voidsetDocumentation(String docStr)StringtoString()
-
Constructor Details
-
Method Details