Annotation Type LongLong


  • @Retention(RUNTIME)
    @Target({PARAMETER,METHOD})
    public @interface LongLong
    Indicates that a long parameter should be treated as native long-long (64bit) instead of the platform-dependent long size.