class ActiveFedora::Reflection::AbstractReflection

def through_reflection?

:nodoc:
RuntimeReflection
PolymorphicReflection
ThroughReflection
HasAndBelongsToManyReflection
BelongsToReflection
HasOneReflection
HasManyReflection
AssociationReflection
AggregateReflection
MacroReflection
AbstractReflection

Holds all the methods that are shared between MacroReflection and ThroughReflection.
def through_reflection?
  false
end