com.github.fluorumlabs.disconnect.polymer.mixins.HasStrictBindingParser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of disconnect-polymer Show documentation
Show all versions of disconnect-polymer Show documentation
Polymer 3 bindings for Disconnect Zero
package com.github.fluorumlabs.disconnect.polymer.mixins;
import com.github.fluorumlabs.disconnect.polymer.elements.mixins.StrictBindingParser;
import com.github.fluorumlabs.disconnect.zero.component.Component;
/**
* Mixin that parses binding expressions and generates corresponding metadata. The implementation is different than in
* property-effects
, as it uses a state machine instead of a regex. As such, this implementation is able to
* handle more cases, with the potential performance hit.
*
* @param the type parameter
* @param the type parameter
*/
public interface HasStrictBindingParser>
extends HasPropertyEffects {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy