
com.craigburke.document.core.Linkable.groovy Maven / Gradle / Ivy
package com.craigburke.document.core
/**
* The node that can be associated with a URL link
* @author Craig Burke
*/
trait Linkable {
String url
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy