com.exsoinn.util.DnbBusinessObject Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of element-path-finder Show documentation
Show all versions of element-path-finder Show documentation
Adapter to search disparate data formats
The newest version!
package com.exsoinn.util;
/**
* Any DNB object can feel free to implement this interface. This interface can be used to tie together a category
* of objects, where you define what that categorization is according to the application in question.
* Created by QuijadaJ on 7/20/2017.
*/
public interface DnbBusinessObject {
/**
* For different objects the this method can have a different meaning. For example, if an implementing class
* happens to also be a child of {@link java.util.Map}, then it will automatically implement this method.
* @return - Foo
*/
boolean isEmpty();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy