Skip to content

Instantly share code, notes, and snippets.

@gajo4256
gajo4256 / rxjs-diagrams.md
Created January 17, 2018 21:45 — forked from PCreations/rxjs-diagrams.md
Super Intuitive Interactive Diagrams to learn combining RxJS sequences by Max NgWizard K
@gajo4256
gajo4256 / IgnoreExtendedExtension.java
Last active December 6, 2015 23:09
It will ignore all subclasses if some parent class is annotated with @IgnoreExtended. E.g. if we run TestSpecImpl it will be ignored because parent TestSpec is annotated.
/*
* Copyright 2009 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software