Annotation Type GenerateObjectiveCGenerics


  • @Target(TYPE)
    @Retention(SOURCE)
    public @interface GenerateObjectiveCGenerics
    Annotation that specifies that the class should be generated using Objective-C lightweight generics.

    This annotation can only be specified on classes. Parameterized interfaces can not be supported because Objective-C doesn't support generic declarations of protocols.