sockeqwe / annotationprocessing101

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

There is a typo in MargheritaPizza.java #1

Closed z-ji closed 8 years ago

z-ji commented 8 years ago

The

@Factory(
    id = "Magherita",
    type = Meal.class
)

should be

@Factory(
    id = "Margherita",
    type = Meal.class
)
sockeqwe commented 8 years ago

Thanks!