001    /*
002     * To change this template, choose Tools | Templates
003     * and open the template in the editor.
004     */
005    
006    package org.bridj.cpp.mfc;
007    
008    public @interface OnUpdateCommand {
009            /// Command id
010            int value();
011    }