getRecords abstract method
Returns all records declared in this class (excluding inherited records).
Implementation
List<RecordDeclaration> getRecords();
Returns all records declared in this class (excluding inherited records).
List<RecordDeclaration> getRecords();