You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow to specify a default value for the case that no triples exist for a property.
E.g. the absence of certain triples may indicate a value of 'true' for a property.
Most likely, we can reuse some existing annotation for that purpose.
interfaceFoo {
@Iri("eg:bar")
@Default(true) // Something along these linesBooleanisEnabled();
}
The text was updated successfully, but these errors were encountered:
Allow to specify a default value for the case that no triples exist for a property.
E.g. the absence of certain triples may indicate a value of 'true' for a property.
Most likely, we can reuse some existing annotation for that purpose.
The text was updated successfully, but these errors were encountered: