All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.fluorumlabs.disconnect.polymer.mixins.HasStrictBindingParser Maven / Gradle / Ivy

There is a newer version: 0.1.0-alpha2
Show newest version
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