Difference between revisions of "Java:Extends"

From AtlasWiki
Jump to: navigation, search
(Created page with "== Specification == {{Edge | extends = Supertype | description = Indicates a Supertype relationship between two Java Classes or between two Java [[Java:Inte...")
 
(Specification: editing to see if it fixes something)
 
Line 1: Line 1:
== Specification ==
+
== Specification ==  
 
{{Edge
 
{{Edge
 
| extends = Supertype
 
| extends = Supertype

Latest revision as of 14:12, 2 October 2015

Specification

Metaclass Extends
Extends Supertype
Description Indicates a Supertype relationship between two Java Classes or between two Java Interfaces.