Record Class ElementDependencyRecord

java.lang.Object
java.lang.Record
dev.getelements.elements.sdk.record.ElementDependencyRecord
Record Components:
dependency - the raw ElementDependency annotation
selector - a Predicate type which allows for custom selection of the Element instances

public record ElementDependencyRecord(ElementDependency dependency, BiPredicate<ElementDependency,Element> selector) extends Record
Maps to the ElementDependency type. Indicates that a particular Element depends on another Element.