Forum Discussion
CaryB
12 years agoContributor
So, based on the need to follow the annotations paradigm, I changed my class to:
and it's working. I guess I just need to wrap my head around the new architecture.
@PluginPrefs
public class MyPrefs implements Prefs {
}
and it's working. I guess I just need to wrap my head around the new architecture.