@Target(value=ANNOTATION_TYPE) @Retention(value=CLASS) public @interface Ignore
Ignore
annotation mark its annotated type to be ignored by the iPOJO manipulator.
This is handy when the annotation could be recognized as a "custom annotation handler" (contains ".ipojo."
or ".handler." in its package name) but in fact is not a handler annotation at all.
package com.acme.ipojo.handler; @Ignore public @interface Foo {}
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.