Record Class ElementServiceImplementationRecord

java.lang.Object
java.lang.Record
dev.getelements.elements.sdk.record.ElementServiceImplementationRecord
Record Components:
type - the implementation type
expose - true if the implementation itself is exposed

public record ElementServiceImplementationRecord(Class<?> type, boolean expose) extends Record
A record for the ElementServiceImplementation annotation.