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 /// See MFC API RegisterWindowMessage
009 public @interface OnRegisteredMessage {
010 /// Message name
011 String value();
012 }