001    /*
002     * To change this template, choose Tools | Templates
003     * and open the template in the editor.
004     */
005    package org.bridj;
006    
007    /**
008     * For internal use in BridJ only : marks a callback
009     * @author ochafik
010     */
011    public interface CallbackInterface extends NativeObjectInterface {
012        
013    }