@Target(value=METHOD) @Documented public @interface NotSupported
NotSupported
are mapped to the original
webcomponent implementation, but not supported at Java level.
Calling methods annotated this way results in no-ops.
Subclasses can override the not supported methods and add meaningful implementation to them.
Copyright © 2018. All rights reserved.