@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface LCID
This annotation marks a given parameter as an locale identifier. This is a hint for the runtime, that this parameter should always be passed
as the last parameter in the list. In COM there may only be ONE lcid parameter, which has to follow all the other parameters.
- Author:
- Michael Schnell (scm, (C) 2008, Michael-Schnell@gmx.de)