java - Repeating Annotations on Android -


i want make annotation processor android projects.

my annotations this

@author(name = "jane doe") @author(name = "john smith") class myclass { ... } 

but repeating annotations supported of java se 8 release , android supports jdk 7 since api 19.

so there way use repeating annotations on android?

now android n release, repeating-annotations supported.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -