org.bridj.cpp.mfc.OnUpdateCommand Maven / Gradle / Ivy
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.bridj.cpp.mfc;
public @interface OnUpdateCommand {
/// Command id
int value();
}