sockeqwe / annotationprocessing101

http://hannesdorfmann.com/annotation-processing/annotationprocessing101/
431 stars 157 forks source link

文章有个错误的地方 #6

Closed DanielYP closed 7 years ago

DanielYP commented 7 years ago

public void setA ( // ExecuteableElement int newA // TypeElement ) {}

// ----------

int newA 的Element类型应该是 TypeParameterElement

sockeqwe commented 7 years ago

What is your question? What issue do you face?

DanielYP notifications@github.com schrieb am Di., 16. Mai 2017, 17:00:

public void setA ( // ExecuteableElement int newA // TypeElement ) {}

// ----------

int newA 的Element类型应该是 TypeParameterElement

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sockeqwe/annotationprocessing101/issues/6, or mute the thread https://github.com/notifications/unsubscribe-auth/AAjnrr7UxlPaYl6wXMjpTAaBYo_gab0tks5r6boRgaJpZM4NcogH .

DanielYP commented 7 years ago

#