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

com.activitystream.model.interfaces.DynamicAspect Maven / Gradle / Ivy

package com.activitystream.model.interfaces;

import java.util.Collection;

public interface DynamicAspect {

    String getDocumentClassName();

    Collection getFieldNames();

    //OType getValueType();
    Object getValueType();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy