001    package org.bridj;
002    
003    /**
004     * Marker interface that's useful to know that implementations extend NativeObject (when only dealing with interfaces)
005     * @author ochafik
006     */
007    public interface NativeObjectInterface {
008        
009    }