public interface OriginatingElements
| Modifier and Type | Method and Description | 
|---|---|
void | 
addOriginatingElement(Element element)
Add another element that should be included in the originating elements. 
 | 
Element[] | 
getOriginatingElements()  | 
static OriginatingElements | 
of(Element... elements)
Factory to create the originating elements. 
 | 
@NonNull Element[] getOriginatingElements()
void addOriginatingElement(@NonNull Element element)
element - The element to addstatic OriginatingElements of(Element... elements)
elements - The elements