All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.enonic.xp.lib.value.BinaryReferenceHandler Maven / Gradle / Ivy

package com.enonic.xp.lib.value;

import com.enonic.xp.util.BinaryReference;

public class BinaryReferenceHandler
{
    public BinaryReference from( String value )
    {
        return BinaryReference.from( value );
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy